Commit da3418ce authored by Bruce Momjian's avatar Bruce Momjian

Mention pg_upgrade sets autovacuum_freeze_max_age to maximum.

parent d609b08e
...@@ -172,8 +172,8 @@ start_postmaster(ClusterInfo *cluster, bool quiet) ...@@ -172,8 +172,8 @@ start_postmaster(ClusterInfo *cluster, bool quiet)
* *
* Using autovacuum=off disables cleanup vacuum and analyze, but * Using autovacuum=off disables cleanup vacuum and analyze, but
* freeze vacuums can still happen, so we set * freeze vacuums can still happen, so we set
* autovacuum_freeze_max_age very high. We assume all datfrozenxid and * autovacuum_freeze_max_age to its maximum. We assume all datfrozenxid
* relfrozen values are less than a gap of 2000000000 from the current * and relfrozen values are less than a gap of 2000000000 from the current
* xid counter, so autovacuum will not touch them. * xid counter, so autovacuum will not touch them.
*/ */
snprintf(cmd, sizeof(cmd), snprintf(cmd, sizeof(cmd),
......
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