PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
ssize_t | pg_pread (int fd, void *buf, size_t size, off_t offset) |
ssize_t pg_pread | ( | int | fd, |
void * | buf, | ||
size_t | size, | ||
off_t | offset | ||
) |
Definition at line 27 of file pread.c.
References _dosmaperr(), buf, fd(), and read.
Referenced by basebackup_read_file(), FileRead(), pg_preadv(), SlruPhysicalReadPage(), WALRead(), and XLogPageRead().