[pgpool-committers: 5184] pgpool: Fix memory leak when memory_cache_enabled = on and write SQLs a

Bo Peng pengbo at sraoss.co.jp
Tue Oct 9 09:24:06 JST 2018


Fix memory leak when memory_cache_enabled = on and write SQLs are sent.

In a explicit transaction, we the SELECT results are cached in temporary buffer.
If a write SQL is sent which modifies the table, the temporary buffe should be reset.

Branch
------
V4_0_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=add8f917bcf17b3663750e4c8bcb1e6f8a54034d

Modified Files
--------------
src/query_cache/pool_memqcache.c | 1 +
1 file changed, 1 insertion(+)



More information about the pgpool-committers mailing list