Re: SIGPIPE handling, take two.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SIGPIPE handling, take two.
Дата
Msg-id 29945.1068561009@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SIGPIPE handling, take two.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Oh, forgot to mention ...

Bruce Momjian <pgman@candle.pha.pa.us> writes:
> My only issue is that this is per-connection, while I think you have to
> create a global variable that defaults to false, and on first connect,
> check, and not after.

No, because this patch does not have any global effect on the signal
handling.  It might be unnecessary to check per-connection, but it
doesn't hurt, and on grounds of cleanliness I'd prefer to avoid a global
variable.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SIGPIPE handling, take two.
Следующее
От: Manfred Spraul
Дата:
Сообщение: Re: SIGPIPE handling, take two.