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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Preventing abort() and exit() calls in libpq
Дата
Msg-id 202106292357.fdr5qq2i7725@alvherre.pgsql
обсуждение исходный текст
Ответ на 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>)
Список pgsql-hackers
Ah, I nm'd all files in src/interfaces/libpq and got no hits for abort.
But I did get one in libpgport_shlib.a:

path_shlib.o:
                 U abort
         0000000000000320 T canonicalize_path
         0000000000000197 T cleanup_path
         00000000000009e3 t dir_strcmp
         ...

-- 
Álvaro Herrera       Valdivia, Chile
"People get annoyed when you try to debug them."  (Larry Wall)



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Preventing abort() and exit() calls in libpq
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: ERROR: "ft1" is of the wrong type.