[pgpool-committers: 2515] pgpool: Fixing a problem with pcp_detach_node, When graceful node detac

Muhammad Usama m.usama at gmail.com
Wed Apr 8 00:17:52 JST 2015


Fixing a problem with pcp_detach_node, When graceful node detach is requested

gracefully detaching a node by pcp_detach_node should check if it is allowed to
process detach_node command on the particular node before blocking the incoming
connections and closing the existing connections.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
main.c      |   56 ++++++++++++++++++++++++++++++++++++++++++++++++--------
pcp_child.c |   50 +++++++++++++++++++++++++++++++++++++-------------
pool.h      |    1 +
3 files changed, 86 insertions(+), 21 deletions(-)



More information about the pgpool-committers mailing list