Re: SIGHUP not received by custom bgworkers if postmaster is notified - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: SIGHUP not received by custom bgworkers if postmaster is notified
Date
Msg-id 20130410191003.GR3751@eldon.alvh.no-ip.org
Whole thread Raw
In response to SIGHUP not received by custom bgworkers if postmaster is notified  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Michael Paquier escribió:
> Hi all,
>
> While playing with custom background workers, I noticed that postmaster
> does not notify its registered bgworkers if it receives SIGHUP,
> so you have to send a SIGHUP directly to the bgworker process to notify it.
> Signal handling is correctly done for SIGQUIT and SIGTERM for shutdown only.
> Attached is a patch fixing that, I simply added a call to
> SignalUnconnectedWorkers in SIGHUP_handler:postmaster.c.

Thanks, applied.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: bgworker sigusr1 handler
Next
From: Alvaro Herrera
Date:
Subject: Re: SIGHUP not received by custom bgworkers if postmaster is notified