[pgpool-committers: 2748] pgpool: Fix in memory query cache bug reported in bug#152.
Tatsuo Ishii
ishii at postgresql.org
Mon Oct 19 13:21:17 JST 2015
Fix in memory query cache bug reported in bug#152.
If extended query protocol is used and a bind/execute message arrives
which uses a statement created by prior parse message, the temp_cache
is not initialized by a parse messages. Thus messages are added to pre
existing temp cache buffer which causes the trouble (when the cached
result returns, Data Row message and Command Complete message appeared
*twice*).
t-ishii at localhost:
Branch
------
V3_2_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6a4f6a403be3be13150a6a4f6b89ab1c60820469
Modified Files
--------------
pool_memqcache.c | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
More information about the pgpool-committers
mailing list