pgsql: Don't leak the temporary PLyProcedure struct we create for inlin

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't leak the temporary PLyProcedure struct we create for inlin
Date: 2011-03-31 09:43:01
Message-ID: E1Q5EP7-000574-Tf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't leak the temporary PLyProcedure struct we create for inline plpython
blocks.

Investigation by Jan Urbański, though I didn't use his patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec7626504f0fc8cca46d0f2a460e4b76177f79b3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-03-31 09:43:26 Re: Re: [COMMITTERS] pgsql: Fix plpgsql to release SPI plans when a function or DO block is
Previous Message Jan Urbański 2011-03-31 09:30:29 Re: Re: [COMMITTERS] pgsql: Fix plpgsql to release SPI plans when a function or DO block is