WIN32 pg_import_system_collations - Mailing list pgsql-hackers

From Juan José Santamaría Flecha
Subject WIN32 pg_import_system_collations
Date
Msg-id CAC+AXB0WFjJGL1n33bRv8wsnV-3PZD0A7kkjJ2KjPH0dOWqQdg@mail.gmail.com
Whole thread Raw
Responses Re: WIN32 pg_import_system_collations  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
List pgsql-hackers
I want to propose an implementation of pg_import_system_collations() for WIN32 using EnumSystemLocalesEx() [1], which is available from Windows Server 2008 onwards.

The patch includes a test emulating that of collate.linux.utf8, but for Windows-1252. The main difference is that it doesn't have the tests for Turkish dotted and undotted 'i', since that locale is WIN1254.


Regards,

Juan José Santamaría Flecha
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Assertion failure with replication origins and PREPARE TRANSACTIOn
Next
From: Amit Kapila
Date:
Subject: Re: Failed transaction statistics to measure the logical replication progress