[pgpool-committers: 1476] 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_2_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=134c7735dc90e46604168ce85542dcd09e5487bf
Modified Files
--------------
pool_proto_modules.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list