[pgpool-committers: 3223] pgpool: Fix extended protocol handling in	raw mode
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Sun May 22 10:11:34 JST 2016
    
    
  
Fix extended protocol handling in raw mode
Bug152 reveals that extended protocol handling in raw mode (actually
other than in stream mode) was wrong in Describe() and Close().
Unlike stream mode, they should wait for backend response.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0c0e727348f81b2d4fc273dceda6b64ed9463dbb
Modified Files
--------------
src/protocol/pool_proto_modules.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
    
    
More information about the pgpool-committers
mailing list