mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
.. | ||
Makefile | ||
README | ||
test_fsync.c |
This program tests fsync. If first times a simple read. Then, it times an fsync that is part of a write, and one that is done on a newly opened file. Third, it tests various fsync methods. The program writes to /var/tmp because /tmp is sometimes a memory file system.