Re: Memory Errors...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Memory Errors...
Дата
Msg-id 26389.1032451104@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Memory Errors...  ("Ian Harding" <ianh@tpchd.org>)
Список pgsql-general
"Ian Harding" <ianh@tpchd.org> writes:
> It calls another function that now uses a temporary table.  It
> creates, uses and drops the table.  It is usually called only once per
> transaction, but it is called repeatedly from the main function in
> this case.  When I run the function, the memory numbers reported by
> top climb quickly until it blows up.  I wonder if this has anything to
> do with it.

This sounds like a memory leak inside plpgsql.  We've plugged some of
those over the last few releases, but I bet there are more.

If you are not on 7.2.*, please update.  If you are, could we see the
function definitions?

            regards, tom lane

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

Предыдущее
От: "Johnson, Shaunn"
Дата:
Сообщение: Re: killing process question
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: killing process question