pgsql: Add collation support on Windows (MSVC build)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add collation support on Windows (MSVC build)
Date: 2011-04-09 21:16:03
Message-ID: E1Q8fVj-0008CZ-24@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-04-09 22:00:07 pgsql: Clean up overly complex code for issuing some related error mess
Previous Message Tom Lane 2011-04-09 21:12:53 pgsql: Fix ILIKE to honor collation when working in single-byte encodin