PL/Python memory leak

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: pgsql-patches(at)postgresql(dot)org
Subject: PL/Python memory leak
Date: 2002-10-19 17:30:40
Message-ID: Pine.LNX.4.21.0210191828470.26324-200000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Adds SPI_freeplan() to the plan object destructor instead of the simple
pfree() added in version 1.25

--
Nigel J. Andrews

Attachment Content-Type Size
plpython.c.patch text/plain 833 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-10-19 17:42:32 Re: PL/Python memory leak
Previous Message Alvaro Herrera 2002-10-19 05:49:08 Re: [HACKERS] ALTER TABLE ... ADD COLUMN