Add collation support on Windows (MSVC build)
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/pg_locale.c | modified | +15 −0 |
| src/backend/utils/adt/varlena.c | modified | +5 −0 |
| src/bin/initdb/initdb.c | modified | +1 −1 |
| src/include/pg_config.h.win32 | modified | +7 −1 |
| src/include/port/win32.h | modified | +14 −0 |