memory: bug or feature

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: memory: bug or feature
Date: 2000-07-10 13:43:41
Message-ID: Pine.LNX.3.96.1000710150519.24431L-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2000-07-10 13:49:31 AW: AW: more corruption
Previous Message Zeugswetter Andreas SB 2000-07-10 13:38:56 AW: Re: postgres TODO