Re: Preventing abort() and exit() calls in libpq
От
Fabien COELHO
Тема
Re: Preventing abort() and exit() calls in libpq
Дата
Msg-id
alpine.DEB.2.22.394.2106281013430.1401908@pseudo
Ответ на
Re: Preventing abort() and exit() calls in libpq (Michael Paquier)
Список
Дерево обсуждения
Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Jacob Champion <pchampion@vmware.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Jacob Champion <pchampion@vmware.com>
Re: Preventing abort() and exit() calls in libpq Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Jacob Champion <pchampion@vmware.com>
Re: Preventing abort() and exit() calls in libpq Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Noah Misch <noah@leadboat.com>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Noah Misch <noah@leadboat.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Noah Misch <noah@leadboat.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Noah Misch <noah@leadboat.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Noah Misch <noah@leadboat.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Noah Misch <noah@leadboat.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Noah Misch <noah@leadboat.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Jacob Champion <pchampion@vmware.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Jacob Champion <pchampion@vmware.com>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Jacob Champion <pchampion@vmware.com>
Re: Preventing abort() and exit() calls in libpq "alvherre@alvh.no-ip.org" <alvherre@alvh.no-ip.org>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Michael Paquier <michael@paquier.xyz>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
Re: Preventing abort() and exit() calls in libpq Fabien COELHO <coelho@cri.ensmp.fr>
Re: Preventing abort() and exit() calls in libpq Tom Lane <tgl@sss.pgh.pa.us>
>> +# Check for functions that libpq must not call. >> +# (If nm doesn't exist or doesn't work on shlibs, this test will silently >> +# do nothing, which is fine.) >> +.PHONY: check-libpq-refs >> +check-libpq-refs: $(shlib) >> + @! nm -A -g -u $< 2>/dev/null | grep -e abort -e exit > > "abort" and "exit" could be generic terms present in some other > libraries. Could be be better to match with "U abort" and "U exit" > instead? MinGW has a nm command, and it has a compatible option set, > so I think that it should work. A possible trick is to add ccp flags such as: -Dexit=exit_BAD -Dabort=abort_BAD. -- Fabien.
В списке pgsql-hackers по дате отправления