Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock
Date
Msg-id mx4o7tgxta76nk6po3salgdbxdgcdzcq645mqp5b4qje3wyyta@ylt37g3loncu
Whole thread Raw
In response to Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock  ("Greg Burd" <greg@burd.me>)
Responses Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock
List pgsql-hackers
Hi,

On 2025-09-04 13:24:00 -0400, Greg Burd wrote:
> On Thu, Sep 4, 2025, at 12:59 PM, Andres Freund wrote:
> > Hi,
> >
> > On 2025-08-27 15:42:48 -0400, Greg Burd wrote:
> >> Regardless, I feel the first two patches on this set address the
> >> intention of this thread.
> >
> > I'm planning to commit the first two patches after making a pass through
> > them. I have some work that I'm cleaning up to post that'd conflict and Tomas'
> > NUMA patches are affected too.
> 
> Fantastic, and thank you.  If you have any concerns I'm here to work through
> them with you.  I'll carry over the idea from the 3rd patch into a new
> thread.

Committed with very minor changes:
- removal of StrategyFreeBuffer() prototype
- the new message in autoprewarm used "autoprewarm: " in the log message,
  which none of the other messages do - not the prettiest, but it's consistent
  with what's already there
- some editing of the commit message
- some whitespace changes

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: Differential Code Coverage report for Postgres
Next
From: Robert Haas
Date:
Subject: Re: plan shape work