pgsql: Fix comment for MAX_SIMUL_LWLOCKS. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix comment for MAX_SIMUL_LWLOCKS.
Date
Msg-id E1uoUCZ-000iAZ-1q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3eec0e65331e4a38d0c8b3ac251ea3885452fd71

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions.
Next
From: Fujii Masao
Date:
Subject: pgsql: vacuumdb: Make vacuumdb --analyze-only process partitioned table