Re: Replace use malloc() & friend by memory contexts for plperl and pltcl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Replace use malloc() & friend by memory contexts for plperl and pltcl
Дата
Msg-id 23402.1472687834@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Replace use malloc() & friend by memory contexts for plperl and pltcl  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Replace use malloc() & friend by memory contexts for plperl and pltcl  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
I wrote:
> Michael Paquier <michael.paquier@gmail.com> writes:
>> Attached are a set of patches to replace those memory system calls by
>> proper memory contexts:
>> - 0001 does the cleanup work for pltcl
>> - 0002 does this cleanup for plperl

> Off to look at 0002 next.

Pushed 0002 as well.  The main thing missing there was to use a PG_TRY
block to replace the bulky-and-yet-incomplete assorted invocations of
free_plperl_function.
        regards, tom lane



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

Предыдущее
От: Erik Rijkers
Дата:
Сообщение: Re: Logical Replication WIP
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: restoration after crash slowness, any way to improve?