|
PostgreSQL Source Code git master
|
#include <aio.h>
Data Fields | |
| void(* | reopen )(PgAioHandle *ioh) |
| char *(* | describe_identity )(const PgAioTargetData *sd) |
| const char * | name |
| char *(* PgAioTargetInfo::describe_identity) (const PgAioTargetData *sd) |
Definition at line 167 of file aio.h.
Referenced by pgaio_io_get_target_description().
| const char* PgAioTargetInfo::name |
Definition at line 170 of file aio.h.
Referenced by pgaio_io_get_target_name().
| void(* PgAioTargetInfo::reopen) (PgAioHandle *ioh) |
Definition at line 164 of file aio.h.
Referenced by pgaio_io_can_reopen(), and pgaio_io_reopen().