Re: BUG #18795: Norwegian bokmål crashes again

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: oystein(dot)arneson(at)cloudberries(dot)no
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18795: Norwegian bokmål crashes again
Date: 2025-02-05 16:22:51
Message-ID: 816919.1738772571@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I wrote:
> PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
>> I downloaded the latest installer for windows and tried to install a local
>> database server with locale Norwegian Bokmål. Looks like this bug is back in
>> version 17? Or maybe it's windows 11 that is causing it?

> Sigh, did they rename it again?

Oh, never mind that. I'd forgotten about this recent change:

<para>
Disallow locale names containing non-ASCII characters (Thomas Munro)
</para>

<para>
This is only an issue on Windows, as such locale names are not used
elsewhere. They are problematic because it's quite unclear what
encoding such names are represented in (since the locale itself
defines the encoding to use). In
recent <productname>PostgreSQL</productname> releases, an abort in
the Windows runtime library could occur because of confusion about
that.
</para>

<para>
Anyone who encounters the new error message should either create a
new duplicated locale with an ASCII-only name using Windows Locale
Builder, or consider using BCP 47-compliant locale names
like <literal>tr-TR</literal>.
</para>

So your fix is to specify the locale explicitly to initdb,
along the lines of "--locale=no-NO" (I'm guessing about the
Norwegian locale to use, but it's probably close to that).

Was the error you got not sufficiently clear about this?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Chris BSomething 2025-02-05 16:31:20 Re: Bug in psql
Previous Message Tom Lane 2025-02-05 16:14:33 Re: BUG #18795: Norwegian bokmål crashes again