Fix comment for MAX_SIMUL_LWLOCKS.
authorNathan Bossart <nathan@postgresql.org>
Tue, 19 Aug 2025 21:48:22 +0000 (16:48 -0500)
committerNathan Bossart <nathan@postgresql.org>
Tue, 19 Aug 2025 21:48:22 +0000 (16:48 -0500)
commit3eec0e65331e4a38d0c8b3ac251ea3885452fd71
treed3aa3e6287088c323a0b3e456c25759859436bde
parenteab9e4e27c0c433dbfe09914e69c875dda2af63f
Fix comment for MAX_SIMUL_LWLOCKS.

This comment mentions that pg_buffercache locks all buffer
partitions simultaneously, but it hasn't done so since v10.

Oversight in commit 6e654546fb.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/aKTuAHVEuYCUmmIy%40nathan
src/backend/storage/lmgr/lwlock.c