Re: pgsql: Add option to use ICU as global locale provider - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pgsql: Add option to use ICU as global locale provider
Date
Msg-id 20220318220959.pc4hpdmat6gbcdc2@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Add option to use ICU as global locale provider  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: pgsql: Add option to use ICU as global locale provider  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers
Hi,

On 2022-03-18 20:28:58 +0100, Peter Eisentraut wrote:
> Why does your patch introduce a function check_icu_locale() that is only
> called once?  Did you have further plans for that?

I like that it moves ICU code out of dbcommands.c - imo there should be few
calls to ICU functions outside of pg_locale.c. There might be an argument for
moving *more* into such a function though.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: New Object Access Type hooks
Next
From: Andrew Dunstan
Date:
Subject: Re: Out-of-tree certificate interferes ssltest