On Tue, Mar 10, 2026 at 3:46 PM Melanie Plageman
<melanieplageman@gmail.com> wrote:
>
> Now, I'm thinking that I should allow BufferNeedsWALFlush() to be
> called on local buffers. I removed it in v2 because Andres mentioned
> it could never happen when called by StrategyRejectBuffer() (because
> we don't use strategies on local buffers), but there's no reason
> BufferNeedsWALFlush() can't be used more widely in the future.
Well, due to 82467f627bd478569de, this is now a tiny one-liner. Will
push in an hour or so barring objections.
- Melanie