Re: SIGPIPE handling, take two.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SIGPIPE handling, take two.
Дата
Msg-id 29923.1068560874@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SIGPIPE handling, take two.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: SIGPIPE handling, take two.  (Manfred Spraul <manfred@colorfullife.com>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I think this is the patch I like.

The #if coding is messy and unnecessary.  You could do the test as per
the non-POSIX variant using two calls of pqsignal(), and not have any
system dependence here, nor a need for <signal.h>.

            regards, tom lane

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

Предыдущее
От: mendola@bigfoot.com
Дата:
Сообщение: cancel <3FB0C0CE.6050007@bigfoot.com>
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SIGPIPE handling, take two.