Re: Memory Leaks in plpgsql in 7.0.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Memory Leaks in plpgsql in 7.0.2
Дата
Msg-id 26906.966837162@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Memory Leaks in plpgsql in 7.0.2  ("Chris Knight" <chris@aims.com.au>)
Список pgsql-general
"Chris Knight" <chris@aims.com.au> writes:
> I've found I've had to do a lot of plpgsql rewriting to avoid memory
> exhaustion due to calling the functions multiple times in the one session.

I believe this has probably been fixed already by the memory context
changes I've been working on --- I think that space allocated in PL
functions will now be reclaimed once per tuple not once per query.
Would you mind trying your problem cases with a current snapshot?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: regex back-references?
Следующее
От: "Craig L. Ching"
Дата:
Сообщение: RE: Re: [SQL] database design and diagraming book recom mendations..