]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix ICU locale option handling in CREATE DATABASE
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Aug 2022 11:27:34 +0000 (13:27 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Aug 2022 11:34:53 +0000 (13:34 +0200)
commitf02147bd237eb59d908ed3166895081ba17df4a1
tree75295b4bc5d265ca75a19592a19a882d2ffa00bf
parentdfe2eb7633f53c26cac6d31d1cb5736113d16349
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.polyakova@postgrespro.ru>
Discussion: https://www.postgresql.org/message-id/flat/f385ba25e7f8be427b8c582e5cca7d79%40postgrespro.ru#515a31c5429d6d37ad1d5c9d66962a1e
src/backend/commands/dbcommands.c