mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 02:17:02 +08: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 da7226993fd4 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