Re: Preventing abort() and exit() calls in libpq

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Preventing abort() and exit() calls in libpq
Дата
Msg-id
653608.1625116848@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
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>
Noah Misch  writes:
> On Wed, Jun 30, 2021 at 11:45:10PM -0400, Tom Lane wrote:
>> we're still left with the question of why
>> Solaris' "nm" doesn't support the POSIX-required options.

> In POSIX, -g and -u are mutually exclusive.  Solaris ignores all but the first
> of these in a command:

I've just re-read the POSIX spec for "nm", and I do not see anything there
that would support that interpretation.  Still, we can try it without -g
and see what else breaks.

			regards, tom lane


В списке pgsql-hackers по дате отправления
От: Andrey Lepikhov
Дата:
От: Noah Misch
Дата:
FAQ