pgsql: Have test_fsync output details that fdatasync is the default

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have test_fsync output details that fdatasync is the default
Date: 2011-01-15 20:00:48
Message-ID: E1PeCIq-0000dl-31@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Have test_fsync output details that fdatasync is the default
wal_sync_method on Linux.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-15 21:06:03 pgsql: Add .gitignore to silence git complaints about parser/scanner ou
Previous Message Bruce Momjian 2011-01-15 19:42:51 pgsql: Restructure test_fync to use modular C so there is less duplicat