Re: Preventing abort() and exit() calls in libpq - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Preventing abort() and exit() calls in libpq
Date
Msg-id 202106292357.fdr5qq2i7725@alvherre.pgsql
Whole thread Raw
In response to Re: Preventing abort() and exit() calls in libpq  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Preventing abort() and exit() calls in libpq
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Preventing abort() and exit() calls in libpq
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: ERROR: "ft1" is of the wrong type.