pgsql: Explain postmaster's treatment of SIGURG.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Explain postmaster's treatment of SIGURG.
Дата
Msg-id E1lYG3i-0004rw-H9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Explain postmaster's treatment of SIGURG.

Add a few words of comment to explain why SIGURG doesn't follow the
dummy_handler pattern used for SIGUSR2, since that might otherwise
appear to be a bug.

Discussion: https://postgr.es/m/4006115.1618577212%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e861eaae86eeaf5589963c9b1c7ce6d4c2acbb5

Modified Files
--------------
src/backend/postmaster/postmaster.c | 5 +++++
1 file changed, 5 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing source files to nls.mk
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Use SIGURG rather than SIGUSR1 for latches.