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
pull/235/head
Andres Freund 2 months ago
parent c3e28e9fd9
commit f20a347e1a
  1. 2
      src/include/storage/aio_types.h

@ -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;

Loading…
Cancel
Save