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

2023-03-09 Thread Andrew Dunstan
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 t

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

2023-03-09 Thread Jeff Davis
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 pr

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

2023-03-09 Thread Jeff Davis
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. Regards, Jeff Davis

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

2023-03-09 Thread Andrew Dunstan
On 2023-03-09 Th 11:40, Jeff Davis wrote: pg_upgrade: copy locale and encoding information to new cluster. Previously, pg_upgrade checked that the old and new clusters were compatible, including the locale and encoding. But the new cluster was just created, and only template0 from the new clust

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

2023-03-09 Thread Jeff Davis
pg_upgrade: copy locale and encoding information to new cluster. Previously, pg_upgrade checked that the old and new clusters were compatible, including the locale and encoding. But the new cluster was just created, and only template0 from the new cluster will be preserved (template1 and postgres