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

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

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



More information about the pgpool-committers mailing list