| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix ICU locale option handling in CREATE DATABASE |
| Date: | 2022-08-24 11:40:23 |
| Message-ID: | E1oQokA-000zHE-H5@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix ICU locale option handling in CREATE DATABASE
The code took the LOCALE option as the default/fallback for
ICU_LOCALE, but this was neither documented nor intended, so remove
it. (It was probably left in from an earlier patch version.)
Reported-by: Marina Polyakova <m(dot)polyakova(at)postgrespro(dot)ru>
Discussion: https://www.postgresql.org/message-id/flat/f385ba25e7f8be427b8c582e5cca7d79%40postgrespro.ru#515a31c5429d6d37ad1d5c9d66962a1e
Branch
------
REL_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/f02147bd237eb59d908ed3166895081ba17df4a1
Modified Files
--------------
src/backend/commands/dbcommands.c | 5 -----
1 file changed, 5 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Rowley | 2022-08-24 11:46:27 | pgsql: Doc: remove duplicate "a" from func.sgml |
| Previous Message | Michael Paquier | 2022-08-24 10:19:22 | pgsql: Remove initialization of MyClientConnectionInfo at backend start |