Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5)
From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Manfred Spraul <manfred(at)colorfullife(dot)com>
Cc:
pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5)
Date:
2003-11-01 21:37:25
Message-ID:
2846.1067722645@sss.pgh.pa.us (view raw or flat )
Thread:
2003-11-01 00:18:19 from markw(at)osdl(dot)org
2003-11-01 01:04:34 from Rod Taylor <rbt(at)rbt(dot)ca>
2003-11-02 01:58:07 from Mark Wong <markw(at)osdl(dot)org>
2003-11-02 03:03:34 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2003-11-02 12:25:38 from Rod Taylor <rbt(at)rbt(dot)ca>
2003-11-17 23:04:47 from Mark Wong <markw(at)osdl(dot)org>
2003-11-20 19:47:45 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-01 05:19:22 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-01 13:37:21 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-01 16:15:01 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-01 16:24:45 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-01 18:27:01 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-01 18:37:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-01 19:10:42 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-01 19:20:46 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-01 21:09:13 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-01 21:37:25 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-01 22:25:15 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-02 17:16:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-02 20:32:51 from AgentM <agentm(at)webopticon(dot)com>
2003-11-02 21:10:57 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-02 23:06:45 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-03 20:49:44 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-03 20:02:03 from markw(at)osdl(dot)org
2003-11-03 21:14:47 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-04 19:03:17 from markw(at)osdl(dot)org
2003-11-04 19:22:43 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-04 19:33:52 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-11-04 19:58:58 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-01 19:19:55 from Mark Wong <markw(at)osdl(dot)org>
2003-11-01 21:29:34 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-02 04:43:46 from Mark Wong <markw(at)osdl(dot)org>
2003-11-02 11:06:03 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-01 19:16:52 from Mark Wong <markw(at)osdl(dot)org>
2003-11-02 02:00:35 from Mark Wong <markw(at)osdl(dot)org>
2003-11-01 10:44:35 from Manfred Spraul <manfred(at)colorfullife(dot)com>
2003-11-02 00:54:39 from Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Lists:
pgsql-hackers
Manfred Spraul <manfred(at)colorfullife(dot)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
In response to
Responses
pgsql-hackers by date
Next :From: Manfred SpraulDate: 2003-11-01 22:25:15
Subject : Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL
Previous :From : Peter EisentrautDate : 2003-11-01 21:34:26
Subject : Re: Proposal: psql force prompting on notty