Re: pgsql: Fix memory leak in plpgsql's CALL processing.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix memory leak in plpgsql's CALL processing.
Дата
Msg-id 1598242.1609168300@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix memory leak in plpgsql's CALL processing.  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: pgsql: Fix memory leak in plpgsql's CALL processing.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> This change has broken the following test case (reduced from actual 
> production code):

Thanks for the report.  What I see here is

ERROR:  unsupported target type: 2139062143

so it looks like a memory clobber --- probably some data structure is
being built in the wrong memory context.  Will look closer shortly.

            regards, tom lane



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Transactions involving multiple postgres foreign servers, take 2
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Add pg_alterckey utility to change the cluster key