Fix comment for MAX_SIMUL_LWLOCKS.

Nathan Bossart <nathan@postgresql.org>

Commit: 3eec0e65331e4a38d0c8b3ac251ea3885452fd71
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-08-19T21:48:22Z
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

Files

PathChange+/−
src/backend/storage/lmgr/lwlock.c modified +1 −2

Discussion