pgsql: Clean up pg_test_fsync commit.
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.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=bc616703e8767d2a5d0312cdbf5dc3c6de2b86fe
Modified Files
--------------
contrib/Makefile | 1 +
contrib/README | 8 +-
contrib/pg_test_fsync/.gitignore | 1 +
contrib/pg_test_fsync/Makefile | 14 +-
contrib/pg_test_fsync/pg_test_fsync.c | 542 ++++++++++++++++++++++++++++++++
contrib/pg_test_fsync/test_fsync.c | 546 ---------------------------------
doc/src/sgml/pgtestfsync.sgml | 2 +-
7 files changed, 557 insertions(+), 557 deletions(-)