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: http://git.ipfire.org/?a=commitdiff_plain;h=ac6f22957d2f2999034b6a14d0d4bee25ba95f04;p=thirdparty%2Fpostgresql.git 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 8cdfaf35eff..00cc938b654 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)