Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Jeff Davis <pgsql(at)j-davis(dot)com>, Jeff Davis <jdavis(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.
Date: 2023-03-09 22:30:29
Message-ID: ec25ebcc-1e22-52be-50ab-98bee4eb462e@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 2023-03-09 Th 17:21, Jeff Davis wrote:
> On Thu, 2023-03-09 at 09:35 -0800, Jeff Davis wrote:
>> On Thu, 2023-03-09 at 12:21 -0500, Andrew Dunstan wrote:
>>> This looks like it broke cross version upgrade testing. Old
>>> versions
>>> don't have datlocprovider.
>> Thank you, fixing. Just waiting for some CI tests.
> I fixed most of the problems, but I'm still seeing a failure on crake:
>
> https://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=crake&dt=2023-03-09%2019%3A37%3A04&stg=xversion-upgrade-REL9_4_STABLE-HEAD
>
> It seems only the 94 upgrade is failing, and the message seems
> unrelated to my change:
>
> "could not load library "$libdir/uuid-ossp": ERROR: could not access
> file "$libdir/uuid-ossp": No such file or directory
> In database: contrib_regression_uuid-ossp"
>
> Is that a transient failure?

I think it's a different issue, probably related to the fact that crake
is taking meson for a walk.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2023-03-09 23:37:02 pgsql: Fix test failure caused in 27b62377b4.
Previous Message Jeff Davis 2023-03-09 22:21:20 Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.