[pgpool-committers: 1881] pgpool: Fix query cache is enabled and protocol version = 2 case.

Muhammad Usama m.usama at gmail.com
Tue May 6 20:08:07 JST 2014


Fix query cache is enabled and protocol version = 2 case.

When the protocol version = 2, we assume that session state is "idle".
This is not feasible but no way. I recommend to not use query cache
with protocol 2.
Per Coverity report 1111488 "Uninitialized scalar variable".

Branch
------
EXCEPTION_MGR

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=83a81cacb0a5a39d0eafdae809f1c1785e817add
Author: Tatsuo Ishii <ishii at postgresql.org>

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



More information about the pgpool-committers mailing list