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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.
Дата
Msg-id ec25ebcc-1e22-52be-50ab-98bee4eb462e@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.  (Jeff Davis <pgsql@j-davis.com>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster.
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix test failure caused in 27b62377b4.