Proper way to reload config files in backend SIGHUP handler - Mailing list pgsql-hackers

From Mike Palmiotto
Subject Proper way to reload config files in backend SIGHUP handler
Date
Msg-id 7b8ed64b-f274-c252-9ae2-55b068c78ebf@crunchydata.com
Whole thread Raw
Responses Re: Proper way to reload config files in backend SIGHUP handler  (Euler Taveira <euler@timbira.com.br>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: ignore_system_indexes affects DROP SCHEMA ... CASCADE reported number of objects dropped
Next
From: Thomas Munro
Date:
Subject: Re: A few warnings on Windows