|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Macros | |
| #define | IOV_MAX 16 |
| #define | PG_IOV_MAX Min(IOV_MAX, 128) |
Functions | |
| static ssize_t | pg_preadv (int fd, const struct iovec *iov, int iovcnt, pgoff_t offset) |
| static ssize_t | pg_pwritev (int fd, const struct iovec *iov, int iovcnt, pgoff_t offset) |
| #define IOV_MAX 16 |
Definition at line 39 of file pg_iovec.h.
Definition at line 47 of file pg_iovec.h.
|
inlinestatic |
Definition at line 54 of file pg_iovec.h.
References fb(), fd(), i, and pg_pread.
Referenced by FileReadV(), and pgaio_io_perform_synchronously().
|
inlinestatic |
Definition at line 93 of file pg_iovec.h.
References fb(), fd(), i, and pg_pwrite.
Referenced by FileWriteV(), pg_pwritev_with_retry(), and pgaio_io_perform_synchronously().