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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify some conditions related to [LW]Lock in generate-wait_ev
Date: 2023-07-13 00:09:18
Message-ID: E1qJjtV-0005RS-S8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2023-07-13 03:33:07 pgsql: Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Previous Message Andres Freund 2023-07-12 23:27:48 Re: pgsql: Integrate pg_bsd_indent into our build/test infrastructure.