Clean up pg_test_fsync commit.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |