pgsql: More pg_test_fsync cleanup.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More pg_test_fsync cleanup.
Date: 2011-01-22 00:45:02
Message-ID: E1PgRbC-00069T-Oa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

More pg_test_fsync cleanup.

Un-break Windows build (I hope) by making the HAVE_FSYNC_WRITETHROUGH
code match the backend. Fix incorrect program help message. static-ize
all functions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=cb38ab6d3b89eccb75b3337f8723cfc283fb77fb

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c | 64 +++++++++++++++++++++-----------
1 files changed, 42 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-01-22 02:51:32 pgsql: Code cleanup for assign_XactIsoLevel.
Previous Message Tom Lane 2011-01-22 00:27:52 pgsql: Clean up pg_test_fsync commit.