]> granicus.if.org Git - postgresql/commit
pg_upgrade: remove reference to autovacuum_multixact_freeze_max_age
authorBruce Momjian <bruce@momjian.us>
Mon, 4 Aug 2014 15:45:45 +0000 (11:45 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 4 Aug 2014 15:45:45 +0000 (11:45 -0400)
commit1337b3bbc2d821837e580fa232b714270e7ccd90
tree670fbb32676111a7cd7c417350a93932f07340a9
parent7cf7dc759c5c23703c1ac9e2808a2a059b0b02dc
pg_upgrade:  remove reference to autovacuum_multixact_freeze_max_age

autovacuum_multixact_freeze_max_age was added as a pg_ctl start
parameter in 9.3.X to prevent autovacuum from running.  However, only
some 9.3.X releases have autovacuum_multixact_freeze_max_age as it was
added in a minor PG 9.3 release.  It also isn't needed because -b turns
off autovacuum in 9.1+.

Without this fix, trying to upgrade from an early 9.3 release to 9.4
would fail.

Report by EDB

Backpatch through 9.3
contrib/pg_upgrade/server.c