public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
To: [email protected]
Subject: pgsql: aio: Rename pgaio_io_prep_* to pgaio_io_start_*
Date: Wed, 26 Mar 2025 20:34:13 +0000
Message-ID: <[email protected]> (raw)
aio: Rename pgaio_io_prep_* to pgaio_io_start_*
The old naming pattern (mirroring liburing's naming) was inconsistent with
the (not yet introduced) callers. It seems better to get rid of the
inconsistency now than to grow more users of the odd naming.
Reported-by: Noah Misch <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/9469d7fdd2bcf2327ad91a1022885953a461942a
Modified Files
--------------
src/backend/storage/aio/aio.c | 16 ++++++++--------
src/backend/storage/aio/aio_callback.c | 2 +-
src/backend/storage/aio/aio_io.c | 24 ++++++++++++------------
src/backend/storage/aio/aio_target.c | 4 ++--
src/include/storage/aio.h | 6 +++---
src/include/storage/aio_internal.h | 4 ++--
6 files changed, 28 insertions(+), 28 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: aio: Rename pgaio_io_prep_* to pgaio_io_start_*
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox