From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: initdb: replace check_icu_locale() with default_icu_locale(). |
Date: | 2023-03-28 15:25:11 |
Message-ID: | E1phBC9-000AYQ-Tb@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
initdb: replace check_icu_locale() with default_icu_locale().
The extra checks done in check_icu_locale() are not necessary. An
existing comment already pointed out that the checks would be done
during post-bootstrap initialization, when the locale is opened by the
backend. This was a mistake in commit 27b62377b4.
This commit creates a simpler function default_icu_locale() to just
return the locale of the default collator.
Discussion: https://postgr.es/m/04182066-7655-344a-b8b7-040b1b2490fb%40enterprisedb.com
Reviewed-by: Peter Eisentraut
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/f8ca22295e994338259174e5c66b6b23e5d9b55f
Modified Files
--------------
src/bin/initdb/initdb.c | 56 ++++++++++++++++++++++++-------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2023-03-28 15:39:33 | pgsql: Fix corner-case planner failure for MERGE. |
Previous Message | Peter Eisentraut | 2023-03-28 08:18:00 | pgsql: Save a few bytes in pg_attribute |