Re: Properly initialize negative/empty cache entries in relfilenodemap

Поиск
Список
Период
Сортировка
От MauMau
Тема Re: Properly initialize negative/empty cache entries in relfilenodemap
Дата
Msg-id CE62CF9A61074102AF92CC6D67D2CF11@maumau
обсуждение исходный текст
Ответ на Re: Properly initialize negative/empty cache entries in relfilenodemap  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Properly initialize negative/empty cache entries in relfilenodemap  (Andres Freund <andres@2ndquadrant.com>)
Re: Properly initialize negative/empty cache entries in relfilenodemap  (didier <did447@gmail.com>)
Список pgsql-hackers
> Andres Freund wrote:
>> Hi,
>>
>> Thanks to the valgrind instrumentation I found a small oversight in the
>> relfilenodemap patch which is fixed in the attached patch.

Great!  Could anybody find the root cause for the following memory leak 
problem, and if possible, fix this?

http://www.postgresql.org/message-id/214653D8DF574BFEAA6ED53E545E99E4@maumau

Heiki helped to solve this and found that pg_statistic entries are left in 
CacheMemoryContext, but we have no idea where and how they are created and 
left.  This seems difficult to me.

Regards
MauMau




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

Предыдущее
От: "MauMau"
Дата:
Сообщение: Re: [9.3 doc fix] clarification of Solaris versions
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Properly initialize negative/empty cache entries in relfilenodemap