public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andrew Dunstan <[email protected]>
To: Oleg Tselebrovskiy <[email protected]>
To: [email protected]
Subject: Re: [PROPOSAL] Skip test citext_utf8 on Windows
Date: Mon, 11 Mar 2024 21:55:53 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On 2024-03-11 Mo 04:21, Oleg Tselebrovskiy wrote:
> Greetings, everyone!
>
> While running "installchecks" on databases with UTF-8 encoding the test
> citext_utf8 fails because of Turkish dotted I like this:
>
> SELECT 'i'::citext = 'İ'::citext AS t;
> t
> ---
> - t
> + f
> (1 row)
>
> I tried to replicate the test's results by hand and with any collation
> that I tried (including --locale="Turkish") this test failed
>
> Also an interesing result of my tesing. If you initialize you DB
> with -E utf-8 --locale="Turkish" and then run select LOWER('İ');
> the output will be this:
> lower
> -------
> İ
> (1 row)
>
> Which I find strange since lower() uses collation that was passed
> (default in this case but still)
Wouldn't we be better off finding a Windows fix for this, instead of
sweeping it under the rug?
cheers
andrew
--
Andrew Dunstan
EDB: https://www.enterprisedb.com
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [PROPOSAL] Skip test citext_utf8 on Windows
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox