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

Tatsuo Ishii ishii at postgresql.org
Mon Jun 4 00:53:13 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.

Branches
--------
feature/watchdog
master

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

Modified Files
--------------
pool_process_query.c |   34 ++++++++++++++++++++++++++++------
1 files changed, 28 insertions(+), 6 deletions(-)



More information about the pgpool-committers mailing list