projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da3005
)
dummy commit
author
Bruce Momjian
<
[email protected]
>
Sat, 1 Dec 2012 14:18:21 +0000
(09:18 -0500)
committer
Bruce Momjian
<
[email protected]
>
Tue, 4 Dec 2012 03:45:02 +0000
(22:45 -0500)
contrib/pg_upgrade/server.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/server.c
b/contrib/pg_upgrade/server.c
index 05d8cc0b12383a949f28726b13094ba06e95b308..db622496372c296e375f2154b126c99c1088b1ba 100644
(file)
--- a/
contrib/pg_upgrade/server.c
+++ b/
contrib/pg_upgrade/server.c
@@
-211,7
+211,8
@@
start_postmaster(ClusterInfo *cluster)
*
* Turn off durability requirements to improve object creation speed, and
* we only modify the new cluster, so only use it there. If there is a
- * crash, the new cluster has to be recreated anyway.
+ * crash, the new cluster has to be recreated anyway. fsync=off is a big
+ * win on ext4.
*/
snprintf(cmd, sizeof(cmd),
"\"%s/pg_ctl\" -w -l \"%s\" -D \"%s\" -o \"-p %d%s%s%s%s\" start",