[pgpool-committers: 2033] pgpool: Fix follow master command to skip already-dead node.
Tatsuo Ishii
ishii at postgresql.org
Wed Jun 18 18:35:29 JST 2014
Fix follow master command to skip already-dead node.
For example, if primary node crashed and one of standby nodes is
promoted, follow master command should not automatically recover the
old primary node because it might be physically broken. For this
purpose, pg_ctl status is called to check the DB node is dead or
alive.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=32ed2d1e14a07ca3c9a465f689d8038164af6f72
Modified Files
--------------
src/test/pgpool_setup | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
More information about the pgpool-committers
mailing list