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

Поиск
Список
Период
Сортировка
От alvherre@alvh.no-ip.org
Тема Re: Preventing abort() and exit() calls in libpq
Дата
Msg-id 202107022303.kjy5q4wym6gj@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Preventing abort() and exit() calls in libpq  (Jacob Champion <pchampion@vmware.com>)
Ответы Re: Preventing abort() and exit() calls in libpq
Список pgsql-hackers
On 2021-Jul-02, Jacob Champion wrote:

> Only src/common:
> 
>     controldata_utils_shlib.o:
>                  U close
>                  U __errno_location
>                  U exit

Actually, I do see these in the .o files as well, but they don't make it
to the .a file.

gcc here is 8.3.0.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: Preventing abort() and exit() calls in libpq
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: Numeric multiplication overflow errors