pgsql: Use macros instead of hardcoded offsets for LWLock initializatio

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Use macros instead of hardcoded offsets for LWLock initializatio
Дата
Msg-id E1khPJS-0007or-BC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Centralize logic for skipping useless ereport/elog calls.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: doc: Get rid of unnecessary space character from some index item