PostgreSQL Source Code git master
|
Go to the source code of this file.
Data Structures | |
struct | PgAioWaitRef |
union | PgAioTargetData |
struct | PgAioResult |
struct | PgAioReturn |
Typedefs | |
typedef struct PgAioHandle | PgAioHandle |
typedef struct PgAioHandleCallbacks | PgAioHandleCallbacks |
typedef struct PgAioTargetInfo | PgAioTargetInfo |
typedef struct PgAioWaitRef | PgAioWaitRef |
typedef union PgAioTargetData | PgAioTargetData |
typedef enum PgAioResultStatus | PgAioResultStatus |
typedef struct PgAioResult | PgAioResult |
typedef struct PgAioReturn | PgAioReturn |
Enumerations | |
enum | PgAioResultStatus { PGAIO_RS_UNKNOWN , PGAIO_RS_OK , PGAIO_RS_PARTIAL , PGAIO_RS_ERROR } |
typedef struct PgAioHandle PgAioHandle |
Definition at line 22 of file aio_types.h.
typedef struct PgAioHandleCallbacks PgAioHandleCallbacks |
Definition at line 23 of file aio_types.h.
typedef struct PgAioResult PgAioResult |
typedef enum PgAioResultStatus PgAioResultStatus |
typedef struct PgAioReturn PgAioReturn |
typedef union PgAioTargetData PgAioTargetData |
typedef struct PgAioTargetInfo PgAioTargetInfo |
Definition at line 24 of file aio_types.h.
typedef struct PgAioWaitRef PgAioWaitRef |
enum PgAioResultStatus |
Enumerator | |
---|---|
PGAIO_RS_UNKNOWN | |
PGAIO_RS_OK | |
PGAIO_RS_PARTIAL | |
PGAIO_RS_ERROR |
Definition at line 74 of file aio_types.h.