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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
