Re: MemoryContextCheck() - Mailing list pgsql-patches

From Tom Lane
Subject Re: MemoryContextCheck()
Date
Msg-id 5163.963268569@sss.pgh.pa.us
Whole thread Raw
In response to Re: MemoryContextCheck()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: MemoryContextCheck()  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> --- and BTW. this Dllist design stand in the way for query cache :-)

> That Dllist really has to be removed and made to use the existing
> routines, if possible.

Yeah, that dllist stuff is on my hit list for memory rewrite.  It should
be using palloc().

There are some other places that use malloc() directly, but I'm less
concerned about fixing them.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: MemoryContextCheck()
Next
From: Karel Zak
Date:
Subject: Re: MemoryContextCheck()