Re: plpython memory leak uppon empty resultsets in all versions - Mailing list pgsql-bugs

From Andres Freund
Subject Re: plpython memory leak uppon empty resultsets in all versions
Date
Msg-id 201004301957.36366.andres@anarazel.de
Whole thread Raw
In response to Re: plpython memory leak uppon empty resultsets in all versions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: plpython memory leak uppon empty resultsets in all versions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi,

On Friday 30 April 2010 19:39:32 Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > plpython[u] leaks memory in PLy_spi_execute_fetch_result in the following
>
> > snippet:
> Yeah.  There's a leak of the tuptable in the CATCH path, too.  Will fix.
Yes, theres even more than that (measured it) in the error case. Will have a
look later today.

Andres

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: plpython memory leak uppon empty resultsets in all versions
Next
From: Claudio Freire
Date:
Subject: Re: BUG #5443: Undetected deadlock situation