postgresql/src/tools/fsync
Bruce Momjian 0d9e0d9dde Copy fsync() defines into test_fsync.c, someday place them in an
include.

Propery align for O_DIRECT.

Check for write()/fsync() failures.
2006-11-25 01:22:28 +00:00
..
Makefile Fix test_fsync compile on MinGW(win32) 2006-10-13 14:19:29 +00:00
README Update error message and documentation for fsync test. 2005-11-16 03:32:04 +00:00
test_fsync.c Copy fsync() defines into test_fsync.c, someday place them in an 2006-11-25 01:22:28 +00:00

This program tests fsync.  The tests are described as part of the program output.

	Usage:	test_fsync [-f filename] [loops]

Loops defaults to 1000.  The default output file is /var/tmp/test_fsync.out.
Consider that /tmp or /var/tmp might be memory-based file systems.