[pgpool-committers: 835] pgpool: Fix	connect_inet_domain_socket_by_port() to not return as	norma
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Mon Mar 11 21:02:51 JST 2013
    
    
  
Fix connect_inet_domain_socket_by_port() to not return as normal when
interrupted by alarm, which confuses health checking because
connect_inet_domain_socket_by_port() returns unsable fd. This makes
detecting errors in health checking longer (see [pgpool-general: 1458]
health check timeout in pgpool-II-3.2.3 for more detauls).
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=04a655560123da799a83b1b34d09db0ae6d0bc44
Modified Files
--------------
pool_connection_pool.c |   11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
    
    
More information about the pgpool-committers
mailing list