[pgpool-committers: 4059] pgpool: Fix query cache memory leak.
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Sun May 28 01:11:52 JST 2017
    
    
  
Fix query cache memory leak.
Clearing cache buffers in case of no oid queries (like BEGIN,
CHECKPOINT, VACUUM, etc) should have been done, but it did not.
Patch from Dang Minh Huong.
Branch
------
V3_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=378f61dcb84add50b6a4c33777d7f7f1525ddf2e
Modified Files
--------------
pool_memqcache.c | 8 ++++++++
1 file changed, 8 insertions(+)
    
    
More information about the pgpool-committers
mailing list