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

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Jeff Davis <jdavis(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Trial fix for old cross-version upgrades.
Date: 2025-02-22 00:57:43
Message-ID: 40c1e76334f2baa747334c8fc513d12b8cb297bf.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2025-02-22 01:16:49 Re: pgsql: Trial fix for old cross-version upgrades.
Previous Message Robert Haas 2025-02-22 00:25:48 pgsql: Adjust EXPLAIN test case to filter out "Actual Rows" values.