[pgpool-committers: 4202] 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_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=488e9decfdb3b54489c7719dcd7d1c4419745328

Modified Files
--------------
src/protocol/pool_proto_modules.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list