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

Tatsuo Ishii ishii at postgresql.org
Wed Nov 20 17:26:18 JST 2013


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
------
V3_3_STABLE

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

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



More information about the pgpool-committers mailing list