PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | PG_IOV_MAX Min(IOV_MAX, 32) |
Functions | |
static ssize_t | pg_preadv (int fd, const struct iovec *iov, int iovcnt, off_t offset) |
static ssize_t | pg_pwritev (int fd, const struct iovec *iov, int iovcnt, off_t offset) |
#define PG_IOV_MAX Min(IOV_MAX, 32) |
Definition at line 37 of file pg_iovec.h.
|
inlinestatic |
Definition at line 44 of file pg_iovec.h.
References fd(), i, and pg_pread.
Referenced by FileReadV().
|
inlinestatic |
Definition at line 83 of file pg_iovec.h.
References fd(), i, and pg_pwrite.
Referenced by FileWriteV(), and pg_pwritev_with_retry().