From: Bruce Momjian Date: Sat, 1 Dec 2012 14:18:21 +0000 (-0500) Subject: dummy commit X-Git-Tag: REL9_3_BETA1~639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d88bc8f2b2c094aa157f217afde1116739f2403;p=postgresql dummy commit --- diff --git a/contrib/pg_upgrade/server.c b/contrib/pg_upgrade/server.c index 05d8cc0b12..db62249637 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",