Re: plpython memory leak uppon empty resultsets in all versions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: plpython memory leak uppon empty resultsets in all versions
Date: 2010-04-30 17:39:32
Message-ID: 11709.1272649172@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Andres Freund <andres(at)anarazel(dot)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.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Claudio Freire 2010-04-30 17:52:52 Re: BUG #5443: Undetected deadlock situation
Previous Message Tom Lane 2010-04-30 16:51:21 Re: [9.0beta5/cvs head] build failure due to unchecked results