Re: Update outdated references to SLRU ControlLock - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Update outdated references to SLRU ControlLock
Date
Msg-id aLpBLMOYwEQkaleF@jrouhaud
Whole thread Raw
In response to Re: Update outdated references to SLRU ControlLock  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: Update outdated references to SLRU ControlLock
List pgsql-hackers
Hi,

On Wed, Sep 03, 2025 at 10:22:37AM +0800, Julien Rouhaud wrote:
> On Wed, Sep 03, 2025 at 10:21:54AM +0900, Michael Paquier wrote:
> > Okay, I have used "SLRU bank lock" and backpatched that down to v17
> > where it matters.

I caught a couple of other minor outdated things in the comments when finishing
rebasing my own work:

- long_segment_names has been added to SimpleLruInit
- SlruRecentlyUsed is not a macro anymore

Simple patch attached.

Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: GetNamedLWLockTranche crashes on Windows in normal backend
Next
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Add tests for Bitmapset