|
PostgreSQL Source Code git master
|
#include <aio.h>
Data Fields | ||
| struct { | ||
| int fd | ||
| uint16 iov_length | ||
| uint64 offset | ||
| } | read | |
| struct { | ||
| int fd | ||
| uint16 iov_length | ||
| uint64 offset | ||
| } | write | |
| struct { ... } PgAioOpData::read |
| struct { ... } PgAioOpData::write |