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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Preventing abort() and exit() calls in libpq
Дата
Msg-id 202107021459.7c2dkzyg5lua@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Preventing abort() and exit() calls in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Preventing abort() and exit() calls in libpq
Список pgsql-hackers
Now it's hoverfly:

! nm -A -u libpq.so.5 2>/dev/null | grep -v __cxa_atexit | grep exit
libpq.so.5: atexit               U           -
libpq.so.5: pthread_exit         U           -

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hoverfly&dt=2021-07-02%2010%3A10%3A29

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"Use it up, wear it out, make it do, or do without"



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Detecting File Damage & Inconsistencies
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql - factor out echo code