[COMMITTERS] pgsql: Allow ICU to use SortSupport on Windows with UTF-8

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Allow ICU to use SortSupport on Windows with UTF-8
Дата
Msg-id E1dw5dm-0002vQ-Az@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow ICU to use SortSupport on Windows with UTF-8

There is no reason to ever prevent the use of SortSupport on Windows
when ICU locales are used.  We previously avoided SortSupport on Windows
with UTF-8 server encoding and a non C-locale due to restrictions in
Windows' libc functionality.

This is now considered to be a restriction in one platform's libc
collation provider, and not a more general platform restriction.

Reported-by: Peter Geoghegan <pg@bowt.ie>

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/29923859f91f94c97417b8417ff8475cf4261be1

Modified Files
--------------
src/backend/utils/adt/varlena.c | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Remove pgbench "progress" test pendingsolution of its timing is
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix assorted infelicities in new SetWALSegSize() function.