[pgpool-committers: 621] pgpool: Fix long standing memory leak bug with free_select_result

Tatsuo Ishii ishii at postgresql.org
Fri Sep 14 15:19:10 JST 2012


Fix long standing memory leak bug with free_select_result
since pgpool-II 2.3 was born in December 2009.
Actually this bug only appears when operated in replication mode
(triggered by timestamp rewriting process by coincidence).
Per bug track:
http://www.pgpool.net/mantisbt/view.php?id=24

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pool_process_query.c |   12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list