Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Manfred Spraul <manfred@colorfullife.com>
Cc: markw@osdl.org, pgsql-hackers@postgresql.org, osdldbt-general@lists.sourceforge.net
Date: 2003-11-01T18:37:30Z
Lists: pgsql-hackers
Manfred Spraul <manfred@colorfullife.com> writes:
> signal handlers are a process property, not a thread property - that 
> code is broken for multi-threaded apps.

Yeah, that's been mentioned before, but I don't see any way around it.
What we really want is to turn off SIGPIPE delivery on our socket
(only), but AFAIK there is no API to do that.

			regards, tom lane