Proper way to reload config files in backend SIGHUP handler

Поиск
Список
Период
Сортировка
От Mike Palmiotto
Тема Proper way to reload config files in backend SIGHUP handler
Дата
Msg-id 7b8ed64b-f274-c252-9ae2-55b068c78ebf@crunchydata.com
обсуждение исходный текст
Ответы Re: Proper way to reload config files in backend SIGHUP handler  (Euler Taveira <euler@timbira.com.br>)
Список pgsql-hackers
All,

I am writing a PostgreSQL extension and need to reload certain
extension-managed files whenever the postmaster is reloaded/receives SIGHUP,
but cannot find anything that looks like a standard way to do that. Is there a
hook or recommended method or something else I am missing?

Thanks,

-- 
Mike Palmiotto
Software Engineer
Crunchy Data Solutions
https://crunchydata.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ignore_system_indexes affects DROP SCHEMA ... CASCADE reported number of objects dropped
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: A few warnings on Windows