[pgpool-committers: 7317] pgpool: Fix "no watchdog configuration for local pgpool node" error.

Tatsuo Ishii ishii at sraoss.co.jp
Sun Dec 13 17:24:29 JST 2020


Fix "no watchdog configuration for local pgpool node" error.

If watchdog is disabled and wd_port is not defined (thus it's 0, which
is the default config value), the error occurred while checking
configured watchdog nodes. If watchdog is disabled, the check should
not be performed. Back patch to V4.2 stable when watchdog local node
was introduced.

Branch
------
master

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

Modified Files
--------------
src/config/pool_config_variables.c | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)



More information about the pgpool-committers mailing list