[pgpool-committers: 5179] 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
------
V3_5_STABLE

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

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



More information about the pgpool-committers mailing list