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
