1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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.
This commit is contained in:
Tom Lane
2011-01-21 19:27:25 -05:00
parent 0cf3db2175
commit bc616703e8
6 changed files with 45 additions and 45 deletions

View File

@ -40,7 +40,7 @@ pg_test_fsync [options]
This file should be in the same file system that the
<filename>pg_xlog</> directory is or will be placed in.
(<filename>pg_xlog</> contains the <acronym>WAL</> files.)
The default is <filename>test_fsync.out</> in the current
The default is <filename>pg_test_fsync.out</> in the current
directory.
</para>
</listitem>