pgsql: Fix PL/Python memory leak involving array slices

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix PL/Python memory leak involving array slices
Дата
Msg-id E1Q0Hw8-0001bL-UA@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1c249fcfcc331d589a2fa1574e16c0ef3d1547ce

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix PL/Python memory leak involving array slices
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove bogus comment.