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

From Greg Burd
Subject Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock
Date
Msg-id 3e1566b0-943a-4bcf-81da-fe40a171ced8@burd.me
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>)
List pgsql-hackers
On 7/25/25 15:02, Greg Burd wrote:
> Patch set is now:
>
> 1) remove freelist
>
> 2) remove buffer_strategy_lock
>
> 3) abstract clock-sweep to type and API
>
>
>
> -greg

Somehow including the test.c file as an attachment on my last email
confused the CI and it didn't test the v10 patch set (which did pass in
GitHub CI on my fork [1]).  Here's v11 unchanged from v10 except rebased
onto 258bf0a2ea8 cf PG 19-2 5928 [2].


best,

-greg


[1] https://github.com/gburd/postgres/pull/10/checks

[2] https://commitfest.postgresql.org/patch/5928/


Attachment

pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: Re: Returning nbtree posting list TIDs in DESC order during backwards scans
Next
From: jian he
Date:
Subject: implement CAST(expr AS type FORMAT 'template')