SIGHUP during recovery

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема SIGHUP during recovery
Дата
Msg-id 3f0b79eb0903022317t77f7dbacm7bb6210a68df4c3f@mail.gmail.com
обсуждение исходный текст
Ответы Re: SIGHUP during recovery
Список pgsql-hackers
Hi,

Currently, the startup process ignores SIGHUP.

The attached patch allows the startup process to re-read config file:
when SIGHUP arrives, the startup process also receives the signal
from postmaster and reload the settings in main redo apply loop.
Obviously, this is useful to change the parameters which the startup
process may use (e.g. log_line_prefix, log_checkpoints).

Any comments welcome.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: V4 of PITR performance improvement for 8.4
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Why do we keep UnusedLock1 in LWLockId?