We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1943c00 commit ac6f229Copy full SHA for ac6f229
src/bin/pg_upgrade/pg_upgrade.c
@@ -539,8 +539,8 @@ set_frozenxids(bool minmxid_only)
539
/*
540
* We must update databases where datallowconn = false, e.g.
541
* template0, because autovacuum increments their datfrozenxids,
542
- * relfrozenxids, and relminmxid even if autovacuum is turned off,
543
- * 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
544
* this, we temporarily change datallowconn.
545
*/
546
if (strcmp(datallowconn, "f") == 0)
0 commit comments