postgresql/src/tools/fsync
2004-03-18 14:02:58 +00:00
..
Makefile
README
test_fsync.c Mention which fsync methods are unavailable. 2004-03-18 14:02:58 +00:00

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.