pgsql: Add collation support on Windows (MSVC build)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add collation support on Windows (MSVC build)
Дата
Msg-id E1Q8fVj-0008CZ-24@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add collation support on Windows (MSVC build)

There is not yet support in initdb to populate the pg_collation
catalog, but if that is done manually, the rest should work.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/11745364d074f3a7ee54c98fad55cfb5c5149326

Modified Files
--------------
src/backend/utils/adt/pg_locale.c |   15 +++++++++++++++
src/backend/utils/adt/varlena.c   |    5 +++++
src/bin/initdb/initdb.c           |    2 +-
src/include/pg_config.h.win32     |    8 +++++++-
src/include/port/win32.h          |   14 ++++++++++++++
5 files changed, 42 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ILIKE to honor collation when working in single-byte encodin
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up overly complex code for issuing some related error mess