[pgpool-committers: 4203] pgpool: Fix infinite loop while resetting connection.
Tatsuo Ishii
ishii at postgresql.org
Wed Aug 16 14:58:20 JST 2017
Fix infinite loop while resetting connection.
If there was an error, bogus sent_message is registered and it causes
an infinite loop because removing the bogus list does not work in the
current implementation. Solution is, not to register bogus sent
message in the error case.
Branch
------
V3_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b457abe2a4b92657c3ac2a8f6c36e13172d8deaa
Modified Files
--------------
src/protocol/pool_proto_modules.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list