pgsql: In test_fsync, warn about options without o_direct that are not - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In test_fsync, warn about options without o_direct that are not
Date
Msg-id E1PeFX7-0003pW-5q@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Move a couple of declarations to reflect where the routines real
Next
From: Bruce Momjian
Date:
Subject: pgsql: Reverse number of stars used for test_fsync details.