Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit001d366

Browse files
committed
Have test_fsync output details that fdatasync is the default
wal_sync_method on Linux.
1 parent169516a commit001d366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/fsync/test_fsync.c

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp