Re: MemoryContextCheck()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>, pgsql-patches <pgsql-patches(at)postgreSQL(dot)org>
Subject: Re: MemoryContextCheck()
Date: 2000-07-10 22:36:09
Message-ID: 5163.963268569@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2000-07-11 07:43:10 Re: MemoryContextCheck()
Previous Message Bruce Momjian 2000-07-10 21:45:12 Re: MemoryContextCheck()