View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 01:28 AM
Tom Lane
 
Posts: n/a
Default Re: pg.conf re-reading in signal handler or at next return to main loop?

"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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote