1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

pg_upgrade: add missing period in C comment

This commit is contained in:
Bruce Momjian 2015-05-29 17:44:14 -04:00
parent 1943c000b7
commit ac6f22957d

View File

@ -540,7 +540,7 @@ 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
* and even though all the data rows are already frozen. To enable
* this, we temporarily change datallowconn.
*/
if (strcmp(datallowconn, "f") == 0)