[pgpool-committers: 2244] pgpool: Fix for "[pgpool-hackers: 625] child_life_time doesn't work in
Muhammad Usama
m.usama at gmail.com
Wed Oct 29 19:06:54 JST 2014
Fix for "[pgpool-hackers: 625] child_life_time doesn't work in 3.4beta"
The problem was the "connected" flag in do_child(), which indicates the child
has been connected to frontend was being rested to zero at every loop iteration.
Which was wrong
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5710e48c0176eaf5acc68c393829d8fed4b299e5
Modified Files
--------------
src/protocol/child.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
More information about the pgpool-committers
mailing list