Re: Better shared data structure management and resizable shared data structures - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Better shared data structure management and resizable shared data structures
Date
Msg-id 6d4383eb-4aaa-47ae-bda8-ee40dc60ad84@iki.fi
Whole thread Raw
In response to Re: Better shared data structure management and resizable shared data structures  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On 05/04/2026 23:06, Heikki Linnakangas wrote:
> Here's patch version 12 [*]. I believe I've addressed all the feedback, 
> and I feel this is in pretty good shape now. There hasn't been any big 
> design changes lately.
> 
> One notable change is that I replaced the separate {request|init|attach} 
> _fn_arg fields in ShmemCallbacks with a single 'opaque_arg' field, and 
> added a brief comment to it. You both commented on whether we need that 
> at all, and maybe you're right that we don't, but at least it's now just 
> one field rather than three. As before, callers can simply ignore it if 
> they don't need it.

After another round of comment cleanups and such, committed. Thanks!

- Heikki




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Stack-based tracking of per-node WAL/buffer usage
Next
From: Michael Paquier
Date:
Subject: Re: Our ABI diff infrastructure ignores enum SysCacheIdentifier