postgresql/src/tools/fsync
Tom Lane 314ed5de6d Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
duplicative -DFRONTEND flags from many Makefiles.  We still need Makefile
control of the symbol in a few places that compile frontend-or-backend
src/port/ files, but it's a lot cleaner than before.

Hiroshi Saito
2007-09-27 19:53:44 +00:00
..
Makefile Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate 2007-09-27 19:53:44 +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.