From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Update outdated references to the SLRU ControlLock |
Date: | 2025-09-03 01:21:18 |
Message-ID: | E1utcBa-000EmQ-20@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Update outdated references to the SLRU ControlLock
SLRU bank locks are referred as "bank locks" or "SLRU bank locks" in the
code comments. The comments updated in this commit use the latter term.
Oversight in 53c2a97a9266, that has replaced the single ControlLock by
the bank control locks.
Author: Julien Rouhaud <julien(dot)rouhaud(at)free(dot)fr>
Discussion: https://postgr.es/m/aLUT2UO8RjJOzZNq@jrouhaud
Backpatch-through: 17
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/c6ea528b470f45832437f2a937cf2f4483d23737
Modified Files
--------------
src/backend/access/transam/slru.c | 10 +++++-----
src/include/access/slru.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-09-03 03:55:38 | pgsql: libpq: Fix PQtrace() format for non-printable characters |
Previous Message | Fujii Masao | 2025-09-02 23:37:41 | pgsql: Add HINT for COPY TO when WHERE clause is used. |