Don't intercept SIGQUIT as a signal to trigger failover; that's what
commit9d5223d3ae6c95eebb8d2c9e4f93e721e00365cd
authorheikki <heikki>
Wed, 18 Mar 2009 19:27:28 +0000 (18 19:27 +0000)
committerheikki <heikki>
Wed, 18 Mar 2009 19:27:28 +0000 (18 19:27 +0000)
tree285e95a6bc1ac2110a3819f6df329d5a6bccbc4a
parent0dfaa2057f73181a02c8f6a95604a8bbbe5d65e3
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