[pgpool-committers: 700] pgpool: Fix bug with query cache array handling. The cache arrary is us
Tatsuo Ishii
ishii at postgresql.org
Tue Nov 13 13:58:31 JST 2012
Fix bug with query cache array handling. The cache arrary is used to
keep temporary cache results in a transaction. If there are more than
128 SELECTs in a transaction, the module expands cache_arrary by using
realloc. However it does not record the new pointer returned by
realloc. So the module keeps on using the old pointer which is
absoleted.
Branch
------
V3_2_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f48126f3f8182e8779699ff55a52c29ee4dc0b92
Modified Files
--------------
pool_memqcache.c | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
More information about the pgpool-committers
mailing list