[pgpool-committers: 832] pgpool: Fix connect_inet_domain_socket_by_port() to set more appropriat

Tatsuo Ishii ishii at postgresql.org
Wed Mar 6 08:17:16 JST 2013


Fix connect_inet_domain_socket_by_port() to set more appropriate value
for timeout parameter of select(2). Some platforms such as Solaris do
not allow to specify too large microseconds timeout value. So divide
the timeout value to seconds and microseconds.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pool_connection_pool.c |   10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list