[pgpool-committers: 2237] pgpool: Fix for "[pgpool-hackers: 621] pgpool-II ignores heath check re

Muhammad Usama m.usama at gmail.com
Tue Oct 28 18:30:16 JST 2014


Fix for "[pgpool-hackers: 621] pgpool-II ignores heath check retry"
The reason was a typo in process_backend_health_check_failure() function where
the function tries to figure out the max health check retry count for current
pgpool-II configuration. Instead of using pool_config->health_check_max_retries
configuration for max retry count the function was mistakenly considering
pool_config->health_check_retry_delay for the purpose.

Branch
------
master

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

Modified Files
--------------
src/main/pgpool_main.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list