projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2906c5
)
Add comment about using this testing for wal_sync_method.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 18 Mar 2004 17:23:56 +0000
(17:23 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 18 Mar 2004 17:23:56 +0000
(17:23 +0000)
src/tools/fsync/test_fsync.c
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/fsync/test_fsync.c
b/src/tools/fsync/test_fsync.c
index 98a452d1b655b700e2d821579a291bef2f956608..1579eaaae0d10fa349cc886903c7b00b96d0a703 100644
(file)
--- a/
src/tools/fsync/test_fsync.c
+++ b/
src/tools/fsync/test_fsync.c
@@
-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 */