From: Bruce Momjian Date: Fri, 29 May 2015 21:44:14 +0000 (-0400) Subject: pg_upgrade: add missing period in C comment X-Git-Tag: REL9_5_ALPHA1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac6f22957d2f2999034b6a14d0d4bee25ba95f04;p=postgresql pg_upgrade: add missing period in C comment --- diff --git a/src/bin/pg_upgrade/pg_upgrade.c b/src/bin/pg_upgrade/pg_upgrade.c index 8cdfaf35ef..00cc938b65 100644 --- a/src/bin/pg_upgrade/pg_upgrade.c +++ b/src/bin/pg_upgrade/pg_upgrade.c @@ -539,8 +539,8 @@ set_frozenxids(bool minmxid_only) /* * We must update databases where datallowconn = false, e.g. * template0, because autovacuum increments their datfrozenxids, - * relfrozenxids, and relminmxid even if autovacuum is turned off, - * and even though all the data rows are already frozen To enable + * relfrozenxids, and relminmxid even if autovacuum is turned off, + * and even though all the data rows are already frozen. To enable * this, we temporarily change datallowconn. */ if (strcmp(datallowconn, "f") == 0)