[pgpool-committers: 644] pgpool: Fix memory leak in pool_get_insert_table_name(). If session con

Tatsuo Ishii ishii at postgresql.org
Thu Sep 27 21:45:31 JST 2012


Fix memory leak in pool_get_insert_table_name(). If session context's
memory contex is used for nodeToString(), memory is not freed until
session ends.

Branch
------
V3_1_STABLE

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

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



More information about the pgpool-committers mailing list