pgsql: In test_fsync, warn about options without o_direct that are not

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In test_fsync, warn about options without o_direct that are not
Date: 2011-01-15 23:27:45
Message-ID: E1PeFX7-0003pW-5q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In test_fsync, warn about options without o_direct that are not used by
Postgres, and cases where o_direct does not work with certain file systems.

Branch
------
master

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

Modified Files
--------------
src/tools/fsync/test_fsync.c | 50 ++++++++++++++++++++++++++++++++++++------
1 files changed, 43 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-15 23:40:36 pgsql: Reverse number of stars used for test_fsync details.
Previous Message Tom Lane 2011-01-15 21:09:32 pgsql: Move a couple of declarations to reflect where the routines real