pgsql: Fix outdated comment on MainLWLockArray - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix outdated comment on MainLWLockArray
Date
Msg-id E1w7DQk-002A0e-2Q@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: pg_plan_advice: Avoid assertion failure with partitionwise aggre
Next
From: Tom Lane
Date:
Subject: pgsql: Detect pfree or repalloc of a previously-freed memory chunk.