memory: bug or feature - Mailing list pgsql-hackers

From Karel Zak
Subject memory: bug or feature
Date
Msg-id Pine.LNX.3.96.1000710150519.24431L-100000@ara.zf.jcu.cz
Whole thread Raw
Responses Re: memory: bug or feature  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: Re: postgres TODO
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: AW: more corruption