Re: SIGPIPE handling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SIGPIPE handling
Дата
Msg-id 29350.1069007424@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SIGPIPE handling  (Manfred Spraul <manfred@colorfullife.com>)
Список pgsql-patches
Manfred Spraul <manfred@colorfullife.com> writes:
> + extern void PQsetsighandling(int internal_sigign);

These sorts of things are commonly designed so that the set() operation
incidentally returns the previous setting.  I'm not sure if anyone would
care, but it's only a couple more lines of code to make that happen, so
I'd suggest doing so just in case.

Otherwise I think this is a good patch.  The documentation could use a
little more wordsmithing, perhaps.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SRA Win32 sync() code
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: SRA Win32 sync() code