Cross-check lists of predefined LWLocks.

Nathan Bossart <nathan@postgresql.org>

Commit: 5b1b9bce84497ec71dbd6d5a969e8fc5aa22b4ef
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2024-01-09T17:05:19Z
Releases: 17.0
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

Files

Discussion