pgsql: Fix ICU locale option handling in CREATE DATABASE

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-000zHD-GX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8b808f189fb1f62a6830e5c023f4ae49a1f4c9a8

Modified Files
--------------
src/backend/commands/dbcommands.c | 5 -----
1 file changed, 5 deletions(-)

Browse pgsql-committers by date

  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