[pgpool-committers: 3224] 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
------
V3_5_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b25856a832d23ed7555777fc47e5256eb772b001

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



More information about the pgpool-committers mailing list