Re: [HACKERS] Properly initialize negative/empty cache entries in relfilenodemap

2013-08-29 Thread MauMau
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?

Re: [HACKERS] Properly initialize negative/empty cache entries in relfilenodemap

2013-08-29 Thread Andres Freund
On 2013-08-29 21:35:13 +0900, MauMau wrote: 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

Re: [HACKERS] Properly initialize negative/empty cache entries in relfilenodemap

2013-08-29 Thread didier
Hi, On Thu, Aug 29, 2013 at 2:35 PM, MauMau maumau...@gmail.com wrote: Great! Could anybody find the root cause for the following memory leak problem, and if possible, fix this? http://www.postgresql.org/**message-id/**214653D8DF574BFEAA6ED53E545E99**

[HACKERS] Properly initialize negative/empty cache entries in relfilenodemap

2013-08-27 Thread Andres Freund
Hi, Thanks to the valgrind instrumentation I found a small oversight in the relfilenodemap patch which is fixed in the attached patch. Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training Services From

Re: [HACKERS] Properly initialize negative/empty cache entries in relfilenodemap

2013-08-27 Thread Alvaro Herrera
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. Pushed, thanks. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training Services