Re: SIGPIPE handling

Поиск
Список
Период
Сортировка
От Manfred Spraul
Тема Re: SIGPIPE handling
Дата
Msg-id 3FFCF5E2.7070702@colorfullife.com
обсуждение исходный текст
Ответ на Re: SIGPIPE handling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: SIGPIPE handling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: SIGPIPE handling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian wrote:

>>
>>+     /*
>>+      *    We could lose a signal during this test.
>>+      *    In a multi-threaded application, this might
>>+      *    be a problem.  Do any non-threaded platforms
>>
Threaded or non-threaded?

>>+      *    lack sigaction()?
>>+      */
>>
Additionally, the problem is not restricted to multithreaded apps:
signal(,SIG_IGN) clears all pending signals.

--
    Manfred


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: psql \i handling ~ in specified file name
Следующее
От: "Korea PostgreSQL Users' Group"
Дата:
Сообщение: Patch of intarray module in v7.4.1