memory: bug or feature

Поиск
Список
Период
Сортировка
От Karel Zak
Тема memory: bug or feature
Дата
Msg-id Pine.LNX.3.96.1000710150519.24431L-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответы Re: memory: bug or feature  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I'm playing with MemoryContextCheck() and I a little confuse now.
How idea is for:
       context->initBlockSize       context->maxBlockSize
Must be a memory block already between this range? For example 
the AllocSetAlloc() if create a single-chunk-block not check it and create
block less than 8*1024 (an example for CacheMemoryContext).

The AllocSetRealloc() not check it too.
                Karel



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Re: postgres TODO
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: AW: more corruption