Re: [HACKERS] [PATCHES] fork/exec patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] [PATCHES] fork/exec patch
Дата
Msg-id 28144.1071675352@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] [PATCHES] fork/exec patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers-win32
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I see for the CONNX driver code that handles signal masking:

Aren't these functions in themselves totally thread-unsafe?

That wouldn't matter in a non-thread-based implementation, but if you
are going to rely on a second thread to handle signal processing, all
of the code that manipulates the private state of the signal emulation
had better be thread-safe.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [PATCHES] fork/exec patch
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [HACKERS] [PATCHES] fork/exec patch