Re: Eagerly evict bulkwrite strategy ring
Melanie Plageman <melanieplageman@gmail.com>
From: Melanie Plageman <melanieplageman@gmail.com>
To: Nazir Bilal Yavuz <byavuz81@gmail.com>
Cc: Kirill Reshke <reshkekirill@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Andres Freund <andres@anarazel.de>
Date: 2025-11-03T20:06:54Z
Lists: pgsql-hackers
Attachments
- v6-0001-Refactor-goto-into-for-loop-in-GetVictimBuffer.patch (text/x-patch) patch v6-0001
- v6-0002-Split-FlushBuffer-into-two-parts.patch (text/x-patch) patch v6-0002
- v6-0003-Eagerly-flush-bulkwrite-strategy-ring.patch (text/x-patch) patch v6-0003
On Wed, Oct 15, 2025 at 5:00 PM Melanie Plageman <melanieplageman@gmail.com> wrote: > > Ah, thanks. I think I fixed that. I also rebased the set and attached v5. I found an incorrect assert in CleanVictimBuffer() that was tripping in CI. Attached v6 is updated with it removed. - Melanie