pgsql: Update outdated references to the SLRU ControlLock

Started by Michael Paquier10 months ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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.rouhaud@free.fr>
Discussion: /messages/by-id/aLUT2UO8RjJOzZNq@jrouhaud
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/24ee8678f3c78dd100d1083e0936a200186c0cf9

Modified Files
--------------
src/backend/access/transam/slru.c | 8 ++++----
src/include/access/slru.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)