pgsql: Fix SIGHUP handling by unconnected bgworkers - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix SIGHUP handling by unconnected bgworkers
Date
Msg-id E1UQ0IX-00065z-Pg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix SIGHUP handling by unconnected bgworkers

Add a SignalUnconnectedWorkers() call so that non-database-connected background
workers are also notified when postmaster is SIGHUPped.  Previously, only
database-connected workers were.

Michael Paquier (bug report and fix)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/61a7d576f2a287ef59071da9d9d7a0cd473ed98b

Modified Files
--------------
src/backend/postmaster/postmaster.c |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix SIGUSR1 handling by unconnected bgworkers
Next
From: Magnus Hagander
Date:
Subject: pgsql: Update the description for the graphical installers