From bc616703e8767d2a5d0312cdbf5dc3c6de2b86fe Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 21 Jan 2011 19:27:25 -0500 Subject: Clean up pg_test_fsync commit. Actually rename the program, rather than just claiming we did. Hook it into the build system. Get rid of useless dependency on libpq. Clean up #include list and messy whitespace. --- doc/src/sgml/pgtestfsync.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgtestfsync.sgml b/doc/src/sgml/pgtestfsync.sgml index d5358a95e4b..5ad7b73ed0b 100644 --- a/doc/src/sgml/pgtestfsync.sgml +++ b/doc/src/sgml/pgtestfsync.sgml @@ -40,7 +40,7 @@ pg_test_fsync [options] This file should be in the same file system that the pg_xlog directory is or will be placed in. (pg_xlog contains the WAL files.) - The default is test_fsync.out in the current + The default is pg_test_fsync.out in the current directory. -- cgit v1.2.3