pgsql: Free plan values in the PLyPlanObject dealloc function - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Free plan values in the PLyPlanObject dealloc function
Date
Msg-id E1PfJor-0003BI-8a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Free plan values in the PLyPlanObject dealloc function

Jan Urbański

Branch
------
master

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

Modified Files
--------------
src/pl/plpython/plpython.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix an error when a set-returning function fails halfway through
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use palloc in TopMemoryContext instead of malloc