pgsql: Remove unnecessary and problematic collate.windows.win1252 tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary and problematic collate.windows.win1252 tests
Date: 2023-02-28 20:51:41
Message-ID: E1pX6wm-001D07-Mn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary and problematic collate.windows.win1252 tests

Some windows instances can't handle setting lc_time to a non BCP 47
locale, and the removed tests in any case don't really make lots of
sense here.

Juan José Santamaría Flecha

Discussion: https://postgr.es/m/237b255b-e063-a82e-66e1-c63a12bf9664@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b5737efea00717173c0cc889ebd115966abd8c8c

Modified Files
--------------
.../regress/expected/collate.windows.win1252.out | 24 ----------------------
src/test/regress/sql/collate.windows.win1252.sql | 13 ------------
2 files changed, 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-02-28 23:06:49 pgsql: Fix logic buglets in pg_dump's flagInhAttrs().
Previous Message Tom Lane 2023-02-28 01:27:54 pgsql: Drop test view when done with it.