[pgpool-committers: 3417] pgpool: Tighten up health check timer expired condition in pool_check_f
Muhammad Usama
m.usama at gmail.com
Mon Aug 22 23:09:24 JST 2016
Tighten up health check timer expired condition in pool_check_fd()
check if the signal was actually the health check timer expire to make sure that
we do not declare the timer expire due to some other signal arrived while
waiting for data for health check in pool_check_fd()
Branch
------
V3_5_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9afe4e2557c821de1630661446c5450fe6dc3258
Modified Files
--------------
src/protocol/pool_process_query.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list