[pgpool-committers: 209] pgpool: Fix following cases that do not uses query cache:
Tatsuo Ishii
ishii at postgresql.org
Mon May 21 21:55:54 JST 2012
Fix following cases that do not uses query cache:
1) A write command is executed.
2) In an explicit transaction, a write command has been executed and
the transaction closed.
In those cases, if no explicit transaction starts, query cache never
used.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e7ed7c2863534eedb9441dd6caf619ed6e72b881
Modified Files
--------------
pool_proto_modules.c | 27 ++++++++++++++++++++++++---
1 files changed, 24 insertions(+), 3 deletions(-)
More information about the pgpool-committers
mailing list