mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 01:26:56 -04:00
Add comment about using this testing for wal_sync_method.
This commit is contained in:
parent
b2906c5be3
commit
9ae9ad155d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue