[pgpool-committers: 4969] pgpool: Fix for wrong backend roles on standby after the failover

Muhammad Usama m.usama at gmail.com
Tue Aug 7 21:43:30 JST 2018


Fix for wrong backend roles on standby after the failover

Pgpool standby nodes were getting the "require_backend_sync" signal before the
active/master Pgpool had finish the failover. As a results the standby was
getting the wrong backend node statuses. The cause was a simple coding mistake
where failover indication function was passed with the wrong argument.

Problem reported by Bo Peng <pengbo at sraoss.co.jp>

Branches
--------
SCRAM_AUTH
master
query_cache

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0116131b3897900c4e43c3c41afe5f7cc4abe985

Modified Files
--------------
src/watchdog/wd_commands.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list