Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5)
Date
Msg-id 2846.1067722645@sss.pgh.pa.us
Whole thread Raw
In response to Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL  (Manfred Spraul <manfred@colorfullife.com>)
Responses Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL  (Manfred Spraul <manfred@colorfullife.com>)
List pgsql-hackers
Manfred Spraul <manfred@colorfullife.com> writes:
> What about an option to skip the sigaction calls for apps that can 
> handle SIGPIPE?

If the app is ignoring SIGPIPE globally, then our calls will have no
effect anyway.  I don't see that this proposal adds any security.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Proposal: psql force prompting on notty
Next
From: Manfred Spraul
Date:
Subject: Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL