Commit ac6f2295 authored by Bruce Momjian's avatar Bruce Momjian

pg_upgrade: add missing period in C comment

parent 1943c000
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment