[pgpool-committers: 4201] 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e8f509252a1bacc2bc8993299ad393e9bbab4724
Modified Files
--------------
src/protocol/pool_proto_modules.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
    
    
More information about the pgpool-committers
mailing list