Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ac6f229

Browse files
committed
pg_upgrade: add missing period in C comment
1 parent 1943c00 commit ac6f229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_upgrade/pg_upgrade.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ set_frozenxids(bool minmxid_only)
539539
/*
540540
* We must update databases where datallowconn = false, e.g.
541541
* 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
542+
* relfrozenxids, and relminmxid even if autovacuum is turned off,
543+
* and even though all the data rows are already frozen. To enable
544544
* this, we temporarily change datallowconn.
545545
*/
546546
if (strcmp(datallowconn, "f") == 0)

0 commit comments

Comments
 (0)