pgsql: Simplify some conditions related to [LW]Lock in generate-wait_ev

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Simplify some conditions related to [LW]Lock in generate-wait_ev
Дата
Msg-id E1qJjtV-0005RS-S8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Simplify some conditions related to [LW]Lock in generate-wait_event_types.pl

The first check on the enum values was not necessary as the values set
in wait_event_names.txt for the classes LWLock and Lock were able to
satisfy the check.  The second check when generating the C and header
files is now based on a match of the class names, making it simpler to
understand.

Author: Masahiro Ikeda, Michael Paquier
Discussion: https://postgr.es/m/eaf82a85c0ef1b55dc3b651d3f7b867a@oss.nttdata.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/activity/generate-wait_event_types.pl | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Integrate pg_bsd_indent into our build/test infrastructure.
Следующее
От: Amit Langote
Дата:
Сообщение: pgsql: Pass constructName to transformJsonValueExpr()