[pgpool-committers: 257] pgpool: Fix memory leak. If query result was returned from cache, query

Tatsuo Ishii ishii at postgresql.org
Mon Jun 4 00:53:12 JST 2012


Fix memory leak. If query result was returned from cache, query contex
was not destroyed.  In this case there's no point to create query
context in the first place. So skip creating query context.

Branches
--------
feature/watchdog
master

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

Modified Files
--------------
pool_proto_modules.c |   16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)



More information about the pgpool-committers mailing list