Re: Postmaster Out of Memory

Поиск
Список
Период
Сортировка
От Jeff Gold
Тема Re: Postmaster Out of Memory
Дата
Msg-id 42BF0147.30509@mazunetworks.com
обсуждение исходный текст
Ответ на Re: Postmaster Out of Memory  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:
> Found it --- the actual leak is in index_create, not in TRUNCATE or
> CLUSTER at all; and it's been there a really long time.
> Patch for 7.4 branch attached.

Excellent!  Does index_create refer to something that is invoked as a
consequence of CREATE INDEX?  I'm looking through the code on our side
and can't find any obvious places where we recreate indexes, but I might
just be missing something.  Might it be a conseuence of repulating a
recently truncated table instead?  I'll confer with Joe on this new
information tomorrow.  Thanks for taking the time to look into this.

                                         Jeff



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

Предыдущее
От: Marco Colombo
Дата:
Сообщение: Re: Win32 users?
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Web application development on Win32, deployment on Linux