Re: pgsql: Update time zone data files to tzdata release 2024b. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Update time zone data files to tzdata release 2024b.
Date
Msg-id 595311.1730300440@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Update time zone data files to tzdata release 2024b.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Update time zone data files to tzdata release 2024b.
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> On Oct 29, 2024, at 5:41 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I would expect that the upgrade tests would pass now for upgrades
>> from v12 or later, thanks to b8ea0f675 et al, but I'm not real
>> sure what to do about testing the out-of-support branches.  Should
>> we back-patch b8ea0f675 as far down as 9.2?

> Or fix/remove the problem rows in AdjustUpgrade.pm I guess

I went to try to test this locally, and got nowhere, because:

    old cluster does not use data checksums but the new one does
    Failure, exiting

What have you done to get around that on crake?

            regards, tom lane



pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Fix bug in nbtree array primitive scan scheduling.
Next
From: Tom Lane
Date:
Subject: pgsql: Stabilize jsonb_path_query test case.