Re: MemoryContextCheck()

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: MemoryContextCheck()
Дата
Msg-id 200007102145.RAA03995@candle.pha.pa.us
обсуждение исходный текст
Ответ на MemoryContextCheck()  (Karel Zak <zakkr@zf.jcu.cz>)
Ответы Re: MemoryContextCheck()
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL BSDI BSD/OS port
Следующее
От: Tom Lane
Дата:
Сообщение: Re: MemoryContextCheck()