Skip to content

Commit f20a347

Browse files
committed
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 da72269 introduced this
1 parent c3e28e9 commit f20a347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/aio_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ typedef struct PgAioResult
107107
/* of type PgAioResultStatus, see above */
108108
uint32 status:PGAIO_RESULT_STATUS_BITS;
109109

110-
/* meaning defined by callback->error */
110+
/* meaning defined by callback->report */
111111
uint32 error_data:PGAIO_RESULT_ERROR_BITS;
112112

113113
int32 result;

0 commit comments

Comments
 (0)