mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -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;
|
||||
|
Reference in New Issue
Block a user