Re: Unlogged rel fake lsn vs GetVictimBuffer() - Mailing list pgsql-hackers

From Melanie Plageman
Subject Re: Unlogged rel fake lsn vs GetVictimBuffer()
Date
Msg-id CAAKRu_b2ujALda3VrGOzoQT7Nm3WRrOEVWPnmHY9qt0R4nYVNA@mail.gmail.com
Whole thread
In response to Re: Unlogged rel fake lsn vs GetVictimBuffer()  (Melanie Plageman <melanieplageman@gmail.com>)
Responses Re: Unlogged rel fake lsn vs GetVictimBuffer()
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Alexandre Felipe
Date:
Subject: Re: Addressing buffer private reference count scalability issue
Next
From: shihao zhong
Date:
Subject: [PATCH] Add missing stats_reset column to pg_statio_all_sequences view