pgsql: Cross-check lists of predefined LWLocks. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Cross-check lists of predefined LWLocks.
Date
Msg-id E1rNFYF-000e29-UE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Cross-check lists of predefined LWLocks.

Both lwlocknames.txt and wait_event_names.txt contain a list of all
the predefined LWLocks, i.e., those with predefined positions
within MainLWLockArray.  It is easy to miss one or the other,
especially since the list in wait_event_names.txt omits the "Lock"
suffix from all the LWLock wait events.  This commit adds a cross-
check of these lists to the script that generates lwlocknames.h.
If the lists do not match exactly, building will fail.

Suggested-by: Robert Haas
Reviewed-by: Robert Haas, Michael Paquier, Bertrand Drouvot
Discussion: https://postgr.es/m/20240102173120.GA1061678%40nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b1b9bce84497ec71dbd6d5a969e8fc5aa22b4ef

Modified Files
--------------
src/backend/Makefile                             |  2 +-
src/backend/storage/lmgr/Makefile                |  4 +-
src/backend/storage/lmgr/generate-lwlocknames.pl | 49 ++++++++++++++++++++++++
src/backend/utils/activity/wait_event_names.txt  | 12 ++++++
src/include/storage/meson.build                  |  4 +-
5 files changed, 67 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: pgsql: Add new function, PQchangePassword(), to libpq
Next
From: Nathan Bossart
Date:
Subject: pgsql: Fix documentation for wal_summary_keep_time.