Use macros instead of hardcoded offsets for LWLock initialization
authorMichael Paquier <michael@paquier.xyz>
Tue, 24 Nov 2020 03:39:58 +0000 (12:39 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 24 Nov 2020 03:39:58 +0000 (12:39 +0900)
commitd03d7549b29236e300aceac0c22173cf19acc675
treed3b7cbd04d9f7b474ac2443194b7fe2c61331363
parent789b938bf2b8e38d0894261eae6bc84bbbb4714e
Use macros instead of hardcoded offsets for LWLock initialization

This makes the code slightly easier to follow, as the initialization
relies on an offset that overlapped with an equivalent set of macros
defined, which are used in other places already.

Author: Japin Li
Discussion: https://postgr.es/m/MEYP282MB1669FB410006758402F2C3A2B6E00@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
src/backend/storage/lmgr/lwlock.c