We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169516a commit 001d366Copy full SHA for 001d366
src/tools/fsync/test_fsync.c
@@ -168,7 +168,8 @@ test_sync(int writes_per_op)
168
printf("\nCompare file sync methods using one write:\n");
169
else
170
printf("\nCompare file sync methods using two writes:\n");
171
- printf("(in wal_sync_method preference order)\n");
+ printf("(in wal_sync_method preference order, except fdatasync\n");
172
+ printf("is Linux's default)\n");
173
174
/*
175
* Test open_datasync if available
0 commit comments