pgsql: Add collation support on Windows (MSVC build) - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add collation support on Windows (MSVC build)
Date
Msg-id E1Q8fVj-0008CZ-24@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix ILIKE to honor collation when working in single-byte encodin
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up overly complex code for issuing some related error mess