[pgpool-committers: 4426] pgpool: Fix per node health check parameters ignored.

Tatsuo Ishii ishii at postgresql.org
Tue Dec 19 16:42:30 JST 2017


Fix per node health check parameters ignored.

Per bug 371. Back patch to the 3.7 stable tree where the feature was
introduced.

Also pgpool_setup is modified to add appropriate per node health check
parameters to pgpool.conf.  This is necessary because
pgpool.conf.sample sets health_check_user0 to 'nobody', which
immediately causes health check failure on DB node 0.

Branch
------
V3_7_STABLE

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

Modified Files
--------------
src/main/health_check.c | 30 +++++++++++++++---------------
src/test/pgpool_setup   | 14 ++++++++++++--
2 files changed, 27 insertions(+), 17 deletions(-)



More information about the pgpool-committers mailing list