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

From alvherre@alvh.no-ip.org
Subject Re: Preventing abort() and exit() calls in libpq
Date
Msg-id 202107022303.kjy5q4wym6gj@alvherre.pgsql
Whole thread Raw
In response to Re: Preventing abort() and exit() calls in libpq  (Jacob Champion <pchampion@vmware.com>)
Responses Re: Preventing abort() and exit() calls in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Jacob Champion
Date:
Subject: Re: Preventing abort() and exit() calls in libpq
Next
From: Dean Rasheed
Date:
Subject: Re: Numeric multiplication overflow errors