postgresql/src/tools/fsync
Bruce Momjian a9eb53969a Move fsync method macro defines into /include/access/xlogdefs.h so they
can be used by src/tools/fsync/test_fsync.c.
2007-02-14 05:00:40 +00:00
..
Makefile Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
README Update error message and documentation for fsync test. 2005-11-16 03:32:04 +00:00
test_fsync.c Move fsync method macro defines into /include/access/xlogdefs.h so they 2007-02-14 05:00:40 +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.