pgsql: Clean up pg_test_fsync commit.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up pg_test_fsync commit.
Date: 2011-01-22 00:27:52
Message-ID: E1PgRKa-0005vv-Sq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-22 00:45:02 pgsql: More pg_test_fsync cleanup.
Previous Message Tom Lane 2011-01-21 23:43:10 pgsql: Fix broken markup, also minor copy-editing.