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

Manfred Spraul <manfred@colorfullife.com>

From: Manfred Spraul <manfred@colorfullife.com>
To: Mark Wong <markw@osdl.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org, osdldbt-general@lists.sourceforge.net
Date: 2003-11-01T21:29:34Z
Lists: pgsql-hackers

Attachments

Mark Wong wrote:

>Yeah, my dbt2 applications are multithreaded.
>  
>
Do you need SIGPIPE delivery in your app? If no, could you try what 
happens if you apply the attached patch to postgres, and perform the
    signal(SIGPIPE, SIG_IGN);
once in your dbt2 app?

--
    Manfred