[pgpool-committers: 124] pgpool: Fix detect_postmaster_down_error to handle failover properly.

Tatsuo Ishii ishii at postgresql.org
Sat Apr 14 11:38:40 JST 2012


Fix detect_postmaster_down_error to handle failover properly.  It is
possible that it fails to read backend socket after detecting backend
errors and before actually detaching the backend. In this case we
should close this session. Otherwise continue to read the down backend
socket.

Branch
------
V3_1_STABLE

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

Modified Files
--------------
pool_process_query.c |   36 +++++++++++++++++++++++++++++-------
1 files changed, 29 insertions(+), 7 deletions(-)



More information about the pgpool-committers mailing list