From: Andres Freund Date: Mon, 30 Jun 2025 14:20:14 +0000 (-0400) Subject: aio: Fix reference to outdated name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f20a347e1a613cfc9053e7bc3d254608ae968386;p=thirdparty%2Fpostgresql.git aio: Fix reference to outdated name Reported-by: Antonin Houska Author: Antonin Houska Discussion: https://postgr.es/m/5250.1751266701@localhost Backpatch-through: 18, where da7226993fd4 introduced this --- diff --git a/src/include/storage/aio_types.h b/src/include/storage/aio_types.h index 18183366077..afee85c787b 100644 --- a/src/include/storage/aio_types.h +++ b/src/include/storage/aio_types.h @@ -107,7 +107,7 @@ typedef struct PgAioResult /* of type PgAioResultStatus, see above */ uint32 status:PGAIO_RESULT_STATUS_BITS; - /* meaning defined by callback->error */ + /* meaning defined by callback->report */ uint32 error_data:PGAIO_RESULT_ERROR_BITS; int32 result;