Re: CREATE DATABASE copies datlocale even if datlocprovider differs

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-bugs@postgresql.org
Date: 2025-08-05T16:28:24Z
Lists: pgsql-bugs

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Don't copy datlocale from template unless provider matches.

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