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

Muhammad Usama m.usama at gmail.com
Wed May 7 20:27:25 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".

Branches
--------
EXCEPTION_MGR
master

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