1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

aio: Fix reference to outdated name

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 da7226993f introduced this
This commit is contained in:
Andres Freund
2025-06-30 10:20:14 -04:00
parent c3e28e9fd9
commit f20a347e1a

View File

@ -107,7 +107,7 @@ typedef struct PgAioResult
/* of type PgAioResultStatus, see above */ /* of type PgAioResultStatus, see above */
uint32 status:PGAIO_RESULT_STATUS_BITS; uint32 status:PGAIO_RESULT_STATUS_BITS;
/* meaning defined by callback->error */ /* meaning defined by callback->report */
uint32 error_data:PGAIO_RESULT_ERROR_BITS; uint32 error_data:PGAIO_RESULT_ERROR_BITS;
int32 result; int32 result;