[pgpool-committers: 7316] pgpool: Fix "no watchdog configuration for local pgpool node" error.
Tatsuo Ishii
ishii at sraoss.co.jp
Sun Dec 13 17:24:24 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
------
V4_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=cf668fac0c6523f7fedb7c6a4dfd518d692b7b52
Modified Files
--------------
src/config/pool_config_variables.c | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
More information about the pgpool-committers
mailing list