pgsql: More pg_test_fsync cleanup. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: More pg_test_fsync cleanup.
Date
Msg-id E1PgRbC-00069T-Oa@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Clean up pg_test_fsync commit.
Next
From: Robert Haas
Date:
Subject: pgsql: Code cleanup for assign_XactIsoLevel.