Re: pg.conf re-reading in signal handler or at next return to main loop? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg.conf re-reading in signal handler or at next return to main loop?
Date
Msg-id 16459.1141590630@sss.pgh.pa.us
Whole thread Raw
In response to pg.conf re-reading in signal handler or at next return to main loop?  ("Markus Bertheau" <mbertheau.pg@googlemail.com>)
Responses Re: pg.conf re-reading in signal handler or at next return to main loop?  ("Markus Bertheau" <mbertheau.pg@googlemail.com>)
List pgsql-hackers
"Markus Bertheau" <mbertheau.pg@googlemail.com> writes:
> SIGHUP_handler() calls ProcessConfigFile() which calls
> ParseConfigFile() which reads postgresql.conf.

> For me that means that postgresql.conf in read in the signal handler,
> which contradicts the claim in the README. Where's my error?

The comment is referring to the control flow in a backend; you're
looking at the postmaster's sighup handler, which is different.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] LDAP auth
Next
From: Bruce Momjian
Date:
Subject: Re: Remove vestigial UNION JOIN support?