[pgpool-committers: 7318] pgpool: Fix for inconsistent watchdog node_id problem in wd_cli

Muhammad Usama m.usama at gmail.com
Tue Dec 15 00:17:23 JST 2020


Fix for inconsistent watchdog node_id problem in wd_cli

In watchdog node_id = 0 was reserved for local watchdog node
before 'simplifying watchdog configuration' patch, Now the watchdog
node IDshave become consistent across the cluster, but a couple of
places in the code were still expecting that node_id = 0 would
mean local node.

Branch
------
V4_2_STABLE

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

Modified Files
--------------
src/watchdog/watchdog.c     | 4 ++--
src/watchdog/wd_lifecheck.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list