pgsql: pg_upgrade: remove reference to autovacuum_multixact_freeze_max

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: remove reference to autovacuum_multixact_freeze_max
Дата
Msg-id E1XEKSu-0003lk-GZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/24ae44914d5bd38598e2822eda51785de6eca8ab

Modified Files
--------------
contrib/pg_upgrade/server.c |   17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: remove reference to autovacuum_multixact_freeze_max
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: remove reference to autovacuum_multixact_freeze_max