pgsql: Don't intercept SIGQUIT as a signal to trigger failover; that's

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't intercept SIGQUIT as a signal to trigger failover; that's
Date: 2009-03-18 19:27:30
Message-ID: 20090318192730.6BA61754AE1@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't intercept SIGQUIT as a signal to trigger failover; that's what
postmaster uses for immediate shutdown. Trap SIGUSR1 as the preferred
signal for that.

Per report by Fujii Masao and subsequent discussion on -hackers.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/contrib/pg_standby:
pg_standby.c (r1.10.2.3 -> r1.10.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?r1=1.10.2.3&r2=1.10.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-18 20:18:19 pgsql: Be more clear about when to use gist__int_ops vs.
Previous Message Heikki Linnakangas 2009-03-18 19:27:28 pgsql: Don't intercept SIGQUIT as a signal to trigger failover; that's