pgsql: Fix PL/Python memory leak involving array slices - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix PL/Python memory leak involving array slices
Date
Msg-id E1Q0Hsv-0001Zg-GD@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/38e5124574ae86bf8992c17c176958b0ec4d6ee0

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add pause_at_recovery_target to recovery.conf.sample; improve do
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix PL/Python memory leak involving array slices