PL/Python memory leak (Replaces earlier patch from today)

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема PL/Python memory leak (Replaces earlier patch from today)
Дата
Msg-id Pine.LNX.4.21.0210192126230.26324-200000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на PL/Python memory leak  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Ответы Re: PL/Python memory leak (Replaces earlier patch from today)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Adds SPI_freeplan() to the plan object destructor instead of the simple
pfree() added in version 1.25
Removes comment in plan object destructor discussing this point
Adds SPI_freeplan in PLy_spi_prepare() to reclaim plan memory allocated
in the procedure's context by SPI_prepare()

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] clusterdb has poor error recovery
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PL/Python memory leak (Replaces earlier patch from today)