Don't intercept SIGQUIT as a signal to trigger failover; that's what
authorHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 18 Mar 2009 19:27:28 +0000 (19:27 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 18 Mar 2009 19:27:28 +0000 (19:27 +0000)
commit8ff044cdbc11fcee6fde6a236c5efaca7ccd9296
tree67eaafc489d0f7c04a25967b6f0f46d60baeba0c
parent1e224980ef6748a22bcb8068015c1a01a7747a38
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.
contrib/pg_standby/pg_standby.c