Re: Receiving SIGPIPE for PQfinish(<broken-connection>)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Receiving SIGPIPE for PQfinish(<broken-connection>)
Date: 2006-03-12 16:18:54
Message-ID: 29861.1142180334@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2006-03-12 17:37:35 Proposed patch for error locations
Previous Message Volkan YAZICI 2006-03-12 11:28:03 Receiving SIGPIPE for PQfinish(<broken-connection>)