Re: CREATE DATABASE copies datlocale even if datlocprovider differs

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: CREATE DATABASE copies datlocale even if datlocprovider differs
Date: 2025-08-05 16:28:24
Message-ID: c9aac38c34f41ef42aaf6915cae56b7d321c5f9b.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, 2025-07-29 at 16:33 -0700, Jeff Davis wrote:
> We
> could mitigate it by patching only 18+. Thoughts?

I decided to backport only through 18. If someone runs into this in
version 17, the worst that can happen is that they have a poorly-
validated locale for ICU, which was a possibility anyway.

Regards,
Jeff Davis

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Masahiko Sawada 2025-08-05 18:00:54 TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c
Previous Message Peter Geoghegan 2025-08-05 14:47:22 Re: Postgres: Queries are too slow after upgrading to PG17 from PG15