View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 07:44 AM
Tom Lane
 
Posts: n/a
Default Re: How does EXEC_BACKEND process signals?

Alvaro Herrera <alvherre@commandprompt.com> writes:
> The strange thing is that we're seeing a "forked a new backend" line
> _after_ the shutdown signal was received.


No, nothing surprising about that if you had clients that might try to
connect at that time. The "canAcceptConnections" test doesn't occur
till after the fork, mainly because we don't want the postmaster risking
blocking itself trying to send error messages to clients.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote