Re: [HACKERS] libpq and psql not on same page about SIGPIPE

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] libpq and psql not on same page about SIGPIPE
Дата
Msg-id 200412020408.iB248Tl16515@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] libpq and psql not on same page about SIGPIPE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> No, that's wrong: if there is a pending SIGPIPE that belongs to the
> >> outer app, you'd clear it.
>
> > True, but I documented that in the patch.
>
> A documented bug is still a bug.  The entire point of this change is to
> not interfere with the behavior of the surrounding app, at least not
> more than we absolutely have to; and we do not have to clear SIGPIPEs
> that are certainly not ours.

I am working on a new version that doesn't have this problem.  Will post
soon.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] libpq and psql not on same page about SIGPIPE
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Update for documentation on CVS