Re: Memory leak in vac_update_relstats ? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Memory leak in vac_update_relstats ?
Date
Msg-id 46A11C36.1010205@dunslane.net
Whole thread Raw
In response to Re: Memory leak in vac_update_relstats ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> I've actually thought about making short-term memory
> contexts use a variant MemoryContext type in which pfree was a no-op and
> palloc was simplified by not worrying at all about recycling space.
>
>     
>   

That sounds like a good idea to me.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Memory leak in vac_update_relstats ?
Next
From: ohp@pyrenet.fr
Date:
Subject: Re: Backend memory growing too much