Re: Update outdated references to SLRU ControlLock

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Update outdated references to SLRU ControlLock
Date: 2025-09-05 01:47:24
Message-ID: aLpBLMOYwEQkaleF@jrouhaud
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Fix-a-few-outdated-SLRU-comments.patch text/plain 1.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-09-05 02:00:22 Re: [PATCH] Add tests for Bitmapset
Previous Message Nathan Bossart 2025-09-05 01:35:13 Re: GetNamedLWLockTranche crashes on Windows in normal backend