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:
parent
1943c000b7
commit
ac6f22957d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user