PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PgAioResult Struct Reference

#include <aio_types.h>

Data Fields

uint32 id:PGAIO_RESULT_ID_BITS
 
uint32 status:PGAIO_RESULT_STATUS_BITS
 
uint32 error_data:PGAIO_RESULT_ERROR_BITS
 
int32 result
 

Detailed Description

Definition at line 99 of file aio_types.h.

Field Documentation

◆ error_data

uint32 PgAioResult::error_data

Definition at line 111 of file aio_types.h.

◆ id

uint32 PgAioResult::id

Definition at line 105 of file aio_types.h.

◆ result

int32 PgAioResult::result

Definition at line 113 of file aio_types.h.

◆ status

uint32 PgAioResult::status

Definition at line 108 of file aio_types.h.

Referenced by md_readv_complete(), pgaio_io_acquire_nb(), and ProcessReadBuffersResult().


The documentation for this struct was generated from the following file: