pgsql: Clean up pg_test_fsync commit. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Clean up pg_test_fsync commit.
Date
Msg-id E1PgRKa-0005vv-Sq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix broken markup, also minor copy-editing.
Next
From: Tom Lane
Date:
Subject: pgsql: More pg_test_fsync cleanup.