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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] libpq and psql not on same page about SIGPIPE
Дата
Msg-id 2395.1101959242@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] libpq and psql not on same page about SIGPIPE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] libpq and psql not on same page about SIGPIPE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] libpq and psql not on same page about SIGPIPE
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] libpq and psql not on same page about SIGPIPE