OSDN Git Service

Add comment about using this testing for wal_sync_method.
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Mar 2004 17:23:56 +0000 (17:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Mar 2004 17:23:56 +0000 (17:23 +0000)
src/tools/fsync/test_fsync.c

index 98a452d..1579eaa 100644 (file)
@@ -172,6 +172,7 @@ main(int argc, char *argv[])
        printf("\n");
 
        printf("\nCompare file sync methods with 2 8k writes:\n");
+       printf("(The fastest should be used for wal_sync_method)\n");
 
 #ifdef OPEN_DATASYNC_FLAG
        /* open_dsync, write */