Re: get rid of RM_HEAP2_ID - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: get rid of RM_HEAP2_ID
Date
Msg-id aOQVnkxQDWt4yF8d@nathan
Whole thread Raw
In response to get rid of RM_HEAP2_ID  (John Naylor <johncnaylorls@gmail.com>)
List pgsql-hackers
On Mon, Oct 06, 2025 at 04:04:00PM +0700, John Naylor wrote:
> 0004: get rid of RM_HEAP2_ID. This was simple once the prerequisites
> were in place. All of the HEAP2_* macros keep the same name and only
> differ in value. Heap rmgr is completely full so it might be good to
> increase to 5 bits for the record type to give it some breathing room.

I haven't looked at the patch set in depth yet, but +1 to adding some
breathing room if possible.  In my early attempts at partial HOT, I had to
add a third heap rmgr because the two existing ones were already full.
It'd be nice to avoid going back to multiple heap rmgrs.

-- 
nathan



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: plan shape work
Next
From: Robert Haas
Date:
Subject: Re: plan shape work