[pgpool-committers: 3419] 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_4_STABLE

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

Modified Files
--------------
src/protocol/pool_process_query.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list