Clean up pg_test_fsync commit.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bc616703e8767d2a5d0312cdbf5dc3c6de2b86fe
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-01-22T00:27:25Z
Releases: 9.1.0
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.

Files

PathChange+/−
contrib/Makefile modified +1 −0
contrib/pg_test_fsync/.gitignore added +1 −0
contrib/pg_test_fsync/Makefile modified +6 −8
contrib/pg_test_fsync/pg_test_fsync.c (from contrib/pg_test_fsync/test_fsync.c) renamed +30 −34
contrib/README modified +6 −2
doc/src/sgml/pgtestfsync.sgml modified +1 −1