[pgpool-committers: 3418] 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
------
master

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

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



More information about the pgpool-committers mailing list