Have test_fsync output details that fdatasync is the default

wal_sync_method on Linux.
This commit is contained in:
Bruce Momjian 2011-01-15 15:00:20 -05:00
parent 169516ad93
commit 001d3664e3
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ test_sync(int writes_per_op)
printf("\nCompare file sync methods using one write:\n");
else
printf("\nCompare file sync methods using two writes:\n");
printf("(in wal_sync_method preference order)\n");
printf("(in wal_sync_method preference order, except fdatasync\n");
printf("is Linux's default)\n");
/*
* Test open_datasync if available