Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda3418c

Browse files
committed
Mention pg_upgrade sets autovacuum_freeze_max_age to maximum.
1 parentd609b08 commitda3418c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_upgrade/server.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ start_postmaster(ClusterInfo *cluster, bool quiet)
172172
*
173173
* Using autovacuum=off disables cleanup vacuum and analyze, but
174174
* freeze vacuums can still happen, so we set
175-
* autovacuum_freeze_max_agevery high. We assume all datfrozenxid and
176-
* relfrozen values are less than a gap of 2000000000 from the current
175+
* autovacuum_freeze_max_ageto its maximum. We assume all datfrozenxid
176+
*andrelfrozen values are less than a gap of 2000000000 from the current
177177
* xid counter, so autovacuum will not touch them.
178178
*/
179179
snprintf(cmd,sizeof(cmd),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp