Re: Add AioUringCompletion in wait_event_names.txt and a safeguard in generate-wait_event_types.pl - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add AioUringCompletion in wait_event_names.txt and a safeguard in generate-wait_event_types.pl
Date
Msg-id aDfjEBRnu5yjH5SL@paquier.xyz
Whole thread Raw
In response to Re: Add AioUringCompletion in wait_event_names.txt and a safeguard in generate-wait_event_types.pl  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Tue, May 27, 2025 at 08:30:56AM +0900, Michael Paquier wrote:
> +AioUringCompletion "Waiting for another process to complete IO via io_uring."
>
> "completion_lock" is described with similar words around the top of
> method_io_uring.c.  In more exact words, we are waiting for a backend
> to process IO completions with io_method=io_uring.  So perhaps:
> "Waiting for another process to process IO completions with io_uring"

Hearing nothing, I've applied this one reusing the exact wording
suggested by Bertrand which is the most consistent choice with the
other wait events related to the same area of the code.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE
Next
From: Ajin Cherian
Date:
Subject: Re: Logical Replication of sequences