pgsql: Fix ICU locale option handling in CREATE DATABASE

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix ICU locale option handling in CREATE DATABASE
Дата
Msg-id E1oQokA-000zHD-GX@gemulon.postgresql.org
обсуждение исходный текст
Список 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.polyakova@postgrespro.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove initialization of MyClientConnectionInfo at backend start
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Doc: remove duplicate "a" from func.sgml