Emit cascaded standby message on shutdown only when appropriate.
authorSimon Riggs <simon@2ndQuadrant.com>
Wed, 7 Sep 2011 08:09:47 +0000 (09:09 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Wed, 7 Sep 2011 08:09:47 +0000 (09:09 +0100)
commitdde70cc313683e47e71997759c6029b4220f71c0
treeffede6886e20a2b105afe793dc823c16a9af96f3
parent39039e6d7a48d37aedcfca7973cea3288ce356d4
Emit cascaded standby message on shutdown only when appropriate.
Adds additional test for active walsenders and closes a race
condition for when we failover when a new walsender was connecting.

Reported and fixed bu Fujii Masao. Review by Heikki Linnakangas
src/backend/postmaster/postmaster.c
src/backend/replication/walsender.c