Re: Unixware 714 pthreads

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unixware 714 pthreads
Дата
Msg-id 3581.1098986156@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Unixware 714 pthreads  (ohp@pyrenet.fr)
Ответы Re: Unixware 714 pthreads  (ohp@pyrenet.fr)
Re: Unixware 714 pthreads  (Kevin Brown <kevin@sysexperts.com>)
Список pgsql-hackers
ohp@pyrenet.fr writes:
> On Thu, 28 Oct 2004, Tom Lane wrote:
>> No.  Why should the signal handler need re-arming?

> My impression was that once caught, signal handler for a particular signal
> is reset to SIG-DFL.

No.  If your signal support is POSIX-compatible, it should not do that
because we don't set SA_RESETHAND when calling sigaction(2).  If you
don't have POSIX signals, you had better have BSD-style signal(2),
which doesn't reset either.  If this is not happening as expected,
you will have much worse problems than whether statement_timeout works :-(
        regards, tom lane


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

Предыдущее
От: ohp@pyrenet.fr
Дата:
Сообщение: Re: Unixware 714 pthreads
Следующее
От: ohp@pyrenet.fr
Дата:
Сообщение: Re: Unixware 714 pthreads