Re: MemoryContextCheck() - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: MemoryContextCheck()
Date
Msg-id 200007102145.RAA03995@candle.pha.pa.us
Whole thread Raw
In response to MemoryContextCheck()  (Karel Zak <zakkr@zf.jcu.cz>)
Responses Re: MemoryContextCheck()
List pgsql-patches
>  A problem in the current source is that we have still some malloc()
> allocation that is not needful and this allocation is total invisible for
> all context routines. For example Dllist in backend (pretty dirty it is in
> catcache where values in Dllist are palloc-ed, but list is malloc-ed).
> --- 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.


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL BSDI BSD/OS port
Next
From: Tom Lane
Date:
Subject: Re: MemoryContextCheck()