diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/storage/fd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h index e209f047e85..4e1cc12e239 100644 --- a/src/include/storage/fd.h +++ b/src/include/storage/fd.h @@ -153,6 +153,7 @@ extern int pg_fsync_no_writethrough(int fd); extern int pg_fsync_writethrough(int fd); extern int pg_fdatasync(int fd); extern void pg_flush_data(int fd, off_t offset, off_t amount); +extern int pg_truncate(const char *path, off_t length); extern void fsync_fname(const char *fname, bool isdir); extern int fsync_fname_ext(const char *fname, bool isdir, bool ignore_perm, int elevel); extern int durable_rename(const char *oldfile, const char *newfile, int loglevel); |