PostgreSQL Source Code git master
|
#include <aio_types.h>
Data Fields | |
uint32 | aio_index |
uint32 | generation_upper |
uint32 | generation_lower |
Definition at line 32 of file aio_types.h.
uint32 PgAioWaitRef::aio_index |
Definition at line 35 of file aio_types.h.
Referenced by pgaio_io_from_wref(), pgaio_io_get_wref(), pgaio_wref_clear(), pgaio_wref_get_id(), and pgaio_wref_valid().
uint32 PgAioWaitRef::generation_lower |
Definition at line 46 of file aio_types.h.
Referenced by pgaio_io_from_wref(), and pgaio_io_get_wref().
uint32 PgAioWaitRef::generation_upper |
Definition at line 45 of file aio_types.h.
Referenced by pgaio_io_from_wref(), and pgaio_io_get_wref().