pgsql: Fix PL/Python memory leak involving array slices

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix PL/Python memory leak involving array slices
Date: 2011-03-17 18:25:21
Message-ID: E1Q0Hsv-0001Zn-JJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix PL/Python memory leak involving array slices

Report and patch from Daniel Popowich, bug #5842
(with some debugging help from Alex Hunsaker)

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/151e463c91e0a83a5d277dccae43a7724ffe1e76

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-03-17 18:28:40 pgsql: Fix PL/Python memory leak involving array slices
Previous Message Peter Eisentraut 2011-03-17 18:25:16 pgsql: Raise maximum value of several timeout parameters