Re: Get rid of WALBufMappingLock - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Get rid of WALBufMappingLock
Date
Msg-id CAPpHfdsLiQ22_Fcjjw7_9sEk+E4bVEjnLhbyPCzTQr1KuLcQYw@mail.gmail.com
Whole thread Raw
In response to Re: Get rid of WALBufMappingLock  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
On Sat, Jul 5, 2025 at 7:16 AM Noah Misch <noah@leadboat.com> wrote:
>
> On Mon, Mar 31, 2025 at 09:18:30PM +0300, Alexander Korotkov wrote:
> > I'm going to push the first patch ("nowalbuf") if no objections.
>
> I completed a post-commit review of this patch.  I think the patch is correct.

Great.  I'm glad to hear that.

> I found some of the variable names and comments challenging, so I made the
> attached local edits in the course of the review.  I don't know whether my
> choices are better or just tailored to my biases.  If someone thinks this
> would improve the tree, I can polish this and commit it.  Absent that,
> consider these notes to myself and to other post-commit reviewers.

I took a look to these edits.  They look good to me.

------
Regards,
Alexander Korotkov
Supabase



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: pgbench - adding pl/pgsql versions of tests
Next
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2