]> granicus.if.org Git - postgresql/commit
Add collation support on Windows (MSVC build)
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 9 Apr 2011 21:14:20 +0000 (00:14 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 9 Apr 2011 21:15:41 +0000 (00:15 +0300)
commit11745364d074f3a7ee54c98fad55cfb5c5149326
treee2466c56cc7fc79cf1ec8ca3e9eb16cb4e6e62e9
parent00f11f419caa873b44d70071d4ade0b8c75e7f36
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.
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/varlena.c
src/bin/initdb/initdb.c
src/include/pg_config.h.win32
src/include/port/win32.h