aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-12-01 09:18:21 -0500
committerBruce Momjian <bruce@momjian.us>2012-12-03 22:45:02 -0500
commit4d88bc8f2b2c094aa157f217afde1116739f2403 (patch)
tree23f5fddd97f57407c847a12cad429758d2c0eca6
parent2da3005a185acdb703f4e2e2317445e6d1cf26bb (diff)
downloadpostgresql-4d88bc8f2b2c094aa157f217afde1116739f2403.tar.gz
postgresql-4d88bc8f2b2c094aa157f217afde1116739f2403.zip
dummy commit
-rw-r--r--contrib/pg_upgrade/server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/server.c b/contrib/pg_upgrade/server.c
index 05d8cc0b123..db622496372 100644
--- 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",