pgsql: Actually, it's not that hard to merge the Windows pqsignal code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Actually, it's not that hard to merge the Windows pqsignal code
Дата
Msg-id E1ZWV8b-0007DX-18@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Actually, it's not that hard to merge the Windows pqsignal code ...

... just need to typedef sigset_t and provide sigemptyset/sigfillset,
which are easy enough.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f333204bbcd32091311b070e8f8ab4717dd8cadf

Modified Files
--------------
src/backend/libpq/pqsignal.c |   24 +-----------------------
src/include/libpq/pqsignal.h |   21 +++++++++------------
2 files changed, 10 insertions(+), 35 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove theoretically-unnecessary special case for icc.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow icc to use the same atomics infrastructure as gcc.