pgsql: Fix SIGHUP handling by unconnected bgworkers

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix SIGHUP handling by unconnected bgworkers
Date: 2013-04-10 19:03:09
Message-ID: E1UQ0IX-00065z-Pg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2013-04-10 19:41:38 pgsql: Update the description for the graphical installers
Previous Message Stefan Kaltenbrunner 2013-04-10 18:46:17 Re: [COMMITTERS] pgsql: Get rid of USE_WIDE_UPPER_LOWER dependency in trigram constructi