Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.
Date
Msg-id ec25ebcc-1e22-52be-50ab-98bee4eb462e@dunslane.net
Whole thread Raw
In response to Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.  (Jeff Davis <pgsql@j-davis.com>)
List 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

pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.
Next
From: Jeff Davis
Date:
Subject: pgsql: Fix test failure caused in 27b62377b4.