Обсуждение: pgsql: Use macros instead of hardcoded offsets for LWLock initializatio

Поиск
Список
Период
Сортировка

pgsql: Use macros instead of hardcoded offsets for LWLock initializatio

От
Michael Paquier
Дата:
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

Branch
------
master

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

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)