[pgpool-committers: 734] pgpool: Fix connect_inet_domain_socket_by_port() to not error out when
Tatsuo Ishii
ishii at postgresql.org
Wed Dec 5 09:20:17 JST 2012
Fix connect_inet_domain_socket_by_port() to not error out when
connect(2) returns EISCONN(Socket is already connected) erro. This
could happen with non blocking socket and should be treated as normal.
Per bug track #29 and pgpool-general 1218.
Branch
------
V3_2_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bbb110e9a296a4e79c514f2d385f9cfb439359ff
Modified Files
--------------
pool_connection_pool.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
More information about the pgpool-committers
mailing list