pgsql: Remove unnecessary and problematic collate.windows.win1252 tests - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Remove unnecessary and problematic collate.windows.win1252 tests
Date
Msg-id E1pX6wm-001D07-Mn@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Drop test view when done with it.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix logic buglets in pg_dump's flagInhAttrs().