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-28T20:26:07Z
Lists: pgsql-hackers
On 2023-02-28 Tu 11:40, Juan José Santamaría Flecha wrote: > > On Tue, Feb 28, 2023 at 12:55 PM Andrew Dunstan <andrew@dunslane.net> > wrote: > > On 2023-02-27 Mo 17:20, Juan José Santamaría Flecha wrote: > > > 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"); > > > Uhm, they probably don't make much sense except for "tr_TR", so I'm > fine with removing them. PFA a patch for so. > > I think you missed my point, which was that the COLLATE clause above seemed particularly pointless. But I agree that all these are not much use, so I'll remove them as you suggest. cheers andrew -- Andrew Dunstan EDB:https://www.enterprisedb.com
Commits
-
Remove unnecessary and problematic collate.windows.win1252 tests
- b5737efea007 16.0 landed
-
Windows support in pg_import_system_collations
- bf03cfd16217 16.0 landed