Re: Receiving SIGPIPE for PQfinish() - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Receiving SIGPIPE for PQfinish()
Date
Msg-id 29861.1142180334@sss.pgh.pa.us
Whole thread Raw
In response to Receiving SIGPIPE for PQfinish()  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
Responses Re: Receiving SIGPIPE for PQfinish()  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
List pgsql-interfaces
Volkan YAZICI <yazicivo@ttnet.net.tr> writes:
> I've a problem when calling PQfinish() on a broken connection.

pqsecure_write should have disabled SIGPIPE already.  You should look
into why that is seemingly not working.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Volkan YAZICI
Date:
Subject: Receiving SIGPIPE for PQfinish()
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Proposed patch for error locations