Re: Update outdated references to SLRU ControlLock
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-09-05T05:41:55Z
Lists: pgsql-hackers
On Fri, Sep 05, 2025 at 02:11:18PM +0900, Michael Paquier wrote: > On Fri, Sep 05, 2025 at 09:47:24AM +0800, Julien Rouhaud wrote: > > 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 > > Right. The source of each mistake is different, both affect v17~. > Applied. Thanks!