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:28
Message-ID: 20090318192728.AA21B754ADE@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.

Modified Files:
--------------
pgsql/contrib/pg_standby:
pg_standby.c (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-03-18 19:27:30 pgsql: Don't intercept SIGQUIT as a signal to trigger failover; that's
Previous Message Heikki Linnakangas 2009-03-18 16:26:18 pgsql: Fix case of the just resurrected UCS_to_BIG5.pl script, and