[pgpool-committers: 1304] pgpool: Avoid to run out free query cache hash index entry.

Tatsuo Ishii ishii at postgresql.org
Sat Oct 19 13:14:27 JST 2013


Avoid to run out free query cache hash index entry.

If hash index entries are run out, pgpool-II cannot reuse old cache
entry because pgpool-II always expects there's at least one empty hash
index entry. To mitigate the problem, if free hash index entries are run
out, look for victim cache block to reuse the hash index entry.

Per bug #70.

Branch
------
V3_3_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2d4782116c0a9761210f70020a0416403a75485c

Modified Files
--------------
pool_memqcache.c |   19 +++++++++++++++++++
1 file changed, 19 insertions(+)



More information about the pgpool-committers mailing list