Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 001d366

Browse files
committed
Have test_fsync output details that fdatasync is the default
wal_sync_method on Linux.
1 parent 169516a commit 001d366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/fsync/test_fsync.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ test_sync(int writes_per_op)
168168
printf("\nCompare file sync methods using one write:\n");
169169
else
170170
printf("\nCompare file sync methods using two writes:\n");
171-
printf("(in wal_sync_method preference order)\n");
171+
printf("(in wal_sync_method preference order, except fdatasync\n");
172+
printf("is Linux's default)\n");
172173

173174
/*
174175
* Test open_datasync if available

0 commit comments

Comments
 (0)