Re: WIN32 pg_import_system_collations

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Dmitry Koval <d.koval@postgrespro.ru>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-02-28T11:55:17Z
Lists: pgsql-hackers
On 2023-02-27 Mo 17:20, Juan José Santamaría Flecha wrote:
>
>
> El lun, 27 feb 2023, 23:05, Juan José Santamaría Flecha 
> <juanjo.santamaria@gmail.com> escribió:
>
>
>     The command that's failing is "SET lc_time TO 'de_DE';", and that
>     area of code is untouched by this patch. As mentioned in [1],
>     the problem seems to come from a Windows bug that the CI images
>     and my development machines have patched out.
>
>
> What I wanted to post as [1]:
>
> https://www.postgresql.org/message-id/CAC%2BAXB1agvrgpyHEfqbDr2MOpcON3d%2BWYte_SLzn1E4TamLs9g%40mail.gmail.com


Hmm, yeah. I'm not sure I understand the point of this test anyway:


SELECT to_char(date '2010-03-01', 'DD TMMON YYYY' COLLATE "de_DE");


cheers


andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

Commits

  1. Remove unnecessary and problematic collate.windows.win1252 tests

  2. Windows support in pg_import_system_collations