Commit 9ae9ad15 authored by Bruce Momjian's avatar Bruce Momjian

Add comment about using this testing for wal_sync_method.

parent b2906c5b
...@@ -172,6 +172,7 @@ main(int argc, char *argv[]) ...@@ -172,6 +172,7 @@ main(int argc, char *argv[])
printf("\n"); printf("\n");
printf("\nCompare file sync methods with 2 8k writes:\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 #ifdef OPEN_DATASYNC_FLAG
/* open_dsync, write */ /* open_dsync, write */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment