pgsql: Fix outdated comment on MainLWLockArray

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comment on MainLWLockArray
Date: 2026-03-30 14:17:27
Message-ID: E1w7DQk-002A0e-2Q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix outdated comment on MainLWLockArray

It's no longer passed to child processes down via BackendParameters in
EXEC_BACKEND mode.

Reported-by: Sami Imseih <samimseih(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CAA5RZ0vPWNMvTBqyH7nqDRrHd6Y4Et5iNqXFuwpbsPOk3cL4rQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bd365b1ae510005eda5633702d2fa9325ee8ab61

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-03-30 16:02:36 pgsql: Detect pfree or repalloc of a previously-freed memory chunk.
Previous Message Robert Haas 2026-03-30 14:03:59 pgsql: pg_plan_advice: Avoid assertion failure with partitionwise aggre