[pgpool-committers: 699] 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
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8f29ed0bb012455f71b178fe7afaaca701ef25cb
Modified Files
--------------
pool_memqcache.c |   19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
    
    
More information about the pgpool-committers
mailing list