[pgpool-committers: 3891] pgpool: Fix CommandComplete.
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Wed Mar 29 13:22:12 JST 2017
    
    
  
Fix CommandComplete.
It still used sync map, now which is obsoleted. This gives strange
errors upon receiving command complete message.
Fix do_query(). It did not popd up saved messages in certain cases. I
guess this was one of the cause of occasional regression failures.
Branch
------
bug271
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3e6b4e931279e98c5eb097bca77591bda9630b1f
Modified Files
--------------
src/protocol/CommandComplete.c    | 77 +++++++++++++++++----------------------
src/protocol/pool_process_query.c | 19 +++++-----
2 files changed, 43 insertions(+), 53 deletions(-)
    
    
More information about the pgpool-committers
mailing list