PostgreSQL Source Code
git master
|
#include <limits.h>
Go to the source code of this file.
Data Structures | |
struct | iovec |
Macros | |
#define | IOV_MAX 16 |
#define | PG_IOV_MAX Min(IOV_MAX, 32) |
Functions | |
ssize_t | pg_preadv (int fd, const struct iovec *iov, int iovcnt, off_t offset) |
ssize_t | pg_pwritev (int fd, const struct iovec *iov, int iovcnt, off_t offset) |
#define IOV_MAX 16 |
Definition at line 36 of file pg_iovec.h.
Definition at line 40 of file pg_iovec.h.
ssize_t pg_preadv | ( | int | fd, |
const struct iovec * | iov, | ||
int | iovcnt, | ||
off_t | offset | ||
) |
ssize_t pg_pwritev | ( | int | fd, |
const struct iovec * | iov, | ||
int | iovcnt, | ||
off_t | offset | ||
) |
Definition at line 29 of file pwritev.c.
References i, and pg_pwrite().
Referenced by pg_pwritev_with_retry().