Обсуждение: pgsql: Add collation support on Windows (MSVC build)

Поиск
Список
Период
Сортировка

pgsql: Add collation support on Windows (MSVC build)

От
Peter Eisentraut
Дата:
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(-)