Re: pgsql: Trial fix for old cross-version upgrades.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: pgsql: Trial fix for old cross-version upgrades.
Дата
Msg-id 40c1e76334f2baa747334c8fc513d12b8cb297bf.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: pgsql: Trial fix for old cross-version upgrades.  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: pgsql: Trial fix for old cross-version upgrades.
Re: pgsql: Trial fix for old cross-version upgrades.
Список pgsql-committers
On Thu, 2025-02-20 at 13:17 -0800, Jeff Davis wrote:
> On Thu, 2025-02-20 at 18:30 +0000, Jeff Davis wrote:
> > Trial fix for old cross-version upgrades.
>
> That fixed one problem, but there are other problems with 9.2
> upgrades.

The version that I committed had the following change to
002_pg_upgrade.pl:

  # Stabilize stats before pg_dumpall.
  $oldnode->append_conf('postgresql.conf', 'autovacuum = off');
  $oldnode->restart;

  ...

  $newnode->append_conf('postgresql.conf', 'autovacuum = off');

I think we need a similar change in the buildfarm client's
TestUpgradeXversion.pm? Is -hackers the right place to discuss that?

Regards,
    Jeff Davis




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