aio: Rename pgaio_io_prep_* to pgaio_io_start_*
Andres Freund <andres@anarazel.de>
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 <noah@leadboat.com> Discussion: https://postgr.es/m/20250326001915.bc.nmisch@google.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/aio/aio.c | modified | +8 −8 |
| src/backend/storage/aio/aio_callback.c | modified | +1 −1 |
| src/backend/storage/aio/aio_io.c | modified | +12 −12 |
| src/backend/storage/aio/aio_target.c | modified | +2 −2 |
| src/include/storage/aio.h | modified | +3 −3 |
| src/include/storage/aio_internal.h | modified | +2 −2 |
Discussion
- AIO v2.0 213 messages · 2024-09-01 → 2025-07-29