Re: pgsql: Add option to use ICU as global locale provider

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add option to use ICU as global locale provider
Date: 2022-03-19 00:59:14
Message-ID: 20220319005914.4qe656mbhh6a44p4@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Mar 18, 2022 at 04:04:10PM -0400, Tom Lane wrote:
> Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
> > Another option is that we just don't do the check in initdb. As the
> > tests show, you will then get an error from the backend call, so it's
> > really just a question of when the error is reported.
>
> +1 ... seems better to not have two copies of the code.

Ok, I also prefer to not have two copies of the code but wasn't sure that
having the error in the boostrapping phase was ok. I will change that.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2022-03-19 01:20:12 pgsql: Close race condition in slot_creation_error.spec.
Previous Message Andres Freund 2022-03-18 22:43:07 pgsql: ci: compile with -Og where applicable.

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2022-03-19 01:10:02 Re: [PATCH] Add reloption for views to enable RLS
Previous Message Imseih (AWS), Sami 2022-03-19 00:57:23 Re: Allow parallel plan for referential integrity checks?