We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e28e9 commit f20a347Copy full SHA for f20a347
src/include/storage/aio_types.h
@@ -107,7 +107,7 @@ typedef struct PgAioResult
107
/* of type PgAioResultStatus, see above */
108
uint32 status:PGAIO_RESULT_STATUS_BITS;
109
110
- /* meaning defined by callback->error */
+ /* meaning defined by callback->report */
111
uint32 error_data:PGAIO_RESULT_ERROR_BITS;
112
113
int32 result;
0 commit comments