[pgpool-committers: 2825] pgpool: Fixing reset query stuck problem [pgpool-hackers: 1097]

Muhammad Usama m.usama at gmail.com
Wed Nov 18 22:34:46 JST 2015


Fixing reset query stuck problem [pgpool-hackers: 1097]

The issue is already fixed in older branches by the
commit id "cb735f22441001b6afdbb5bac72808db66094ca9", and this fix adopts the
same solution used by 3.3 branch, i.e. closing the backend connection
when client idle limit is reached.

Branch
------
master

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

Modified Files
--------------
src/include/utils/elog.h          |    6 ++++++
src/protocol/child.c              |   42 ++++++++++++++++++++-----------------
src/protocol/pool_process_query.c |    6 +++---
src/utils/error/elog.c            |   26 +++++++++++++++++++++--
4 files changed, 56 insertions(+), 24 deletions(-)



More information about the pgpool-committers mailing list