pgsql: Support language tags in older ICU versions (53 and earlier).

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Support language tags in older ICU versions (53 and earlier).
Дата
Msg-id E1pel9q-004jOQ-73@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Support language tags in older ICU versions (53 and earlier).

By calling uloc_canonicalize() before parsing the attributes, the
existing locale attribute parsing logic works on language tags as
well.

Fix a small memory leak, too.

Discussion: http://postgr.es/m/60da0cecfb512a78b8666b31631a636215d8ce73.camel@j-davis.com
Reviewed-by: Peter Eisentraut

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/869650fa86adf74fca7f566c9317f6310f8b400c

Modified Files
--------------
src/backend/commands/collationcmds.c           |  8 ++---
src/backend/utils/adt/pg_locale.c              | 41 ++++++++++++++++++++++----
src/test/regress/expected/collate.icu.utf8.out |  8 +++++
src/test/regress/sql/collate.icu.utf8.sql      |  4 +++
4 files changed, 50 insertions(+), 11 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix make maintainer-clean with queryjumblefuncs.*.c files in src
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix a couple of typos