PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
ssize_t | pg_pwritev (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 fd(), i, and pg_pwrite().
Referenced by pg_pwritev_with_retry().