Add guc to enable send SIGSTOP to peers when backend exits abnormally

Поиск
Список
Период
Сортировка
От 蔡梦娟(玊于)
Тема Add guc to enable send SIGSTOP to peers when backend exits abnormally
Дата
Msg-id 1a53af38-851a-4ad0-9ff1-54e7b8aeca73.mengjuan.cmj@alibaba-inc.com
обсуждение исходный текст
Ответы Re: Add guc to enable send SIGSTOP to peers when backend exits abnormally  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Hi all

I want to share a patch with you, in which I add a guc parameter 'enable_send_stop' to enable set the value of SendStop in postmaster.c more conveniently.  SendStop enable postmaster to send SIGSTOP rather than SIGQUIT to its children when some backend dumps core, and this variable is originally set with -T parameter when start postgres, which is inconvenient to control in some scenarios.

Thanks & Best Regards
Вложения

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

Предыдущее
От: Andrey Borodin
Дата:
Сообщение: Re: suboverflowed subtransactions concurrency performance optimize
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Unused variable in TAP tests file