pgsql: Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c
Дата
Msg-id E1qQNDE-0027Dv-5c@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c

These are useful to extract the class ID and the event ID associated to
a single uint32 wait_event_info.  Only two code paths use them now, but
an upcoming patch will extend their use.

Discussion: https://postgr.es/m/ZMcJ7F7nkGkIs8zP@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7395a90db87bcb2f617d3c486657813122d3f151

Modified Files
--------------
src/backend/utils/activity/wait_event.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Avoid memory leak in rmtree() when path cannot be opened
Следующее
От: John Naylor
Дата:
Сообщение: pgsql: Bring some MSVC asserts in line with other platforms