]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
aio: Fix reference to outdated name
authorAndres Freund <andres@anarazel.de>
Mon, 30 Jun 2025 14:20:14 +0000 (10:20 -0400)
committerAndres Freund <andres@anarazel.de>
Mon, 30 Jun 2025 14:22:02 +0000 (10:22 -0400)
Reported-by: Antonin Houska <ah@cybertec.at>
Author: Antonin Houska <ah@cybertec.at>
Discussion: https://postgr.es/m/5250.1751266701@localhost
Backpatch-through: 18, where da7226993fd4 introduced this

src/include/storage/aio_types.h

index 181833660778ed14fb56083648f787c11a15095e..afee85c787b44c8773d237df487df0cedc0d8bbc 100644 (file)
@@ -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;