pgsql: Modify pg_test_fsync to match the behavior of git head in regard

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Modify pg_test_fsync to match the behavior of git head in regard
Date: 2011-03-11 01:26:10
Message-ID: E1Pxr7K-000240-Dt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Modify pg_test_fsync to match the behavior of git head in regards to
O_DIRECT behavior.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/303b7fcd10a34d8c8b4c3e6e258faeaf107dcf92

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c | 108 ++++++++------------------------
1 files changed, 27 insertions(+), 81 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-11 03:04:29 pgsql: When a smart pg_ctl shutdown fails, mention -m fast as a tip.
Previous Message Bruce Momjian 2011-03-11 01:03:24 pgsql: Clarify C comment that O_SYNC/O_FSYNC are really the same settti