pgsql: Specify database encoding in new ICU test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Specify database encoding in new ICU test.
Date
Msg-id E1nVGMd-000IVe-JQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Specify database encoding in new ICU test.

Otherwise, the database encoding varies depending on the user's
environment, and so the test might fail depending on whether ICU
likes the encoding.  In particular, the test fails completely
if the prevailing locale is C.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0d3aaadd324e0566820c863d4617eb4fc949d220

Modified Files
--------------
src/test/icu/t/010_database.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove workarounds for avoiding [U]INT64_FORMAT in translatable
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add option to use ICU as global locale provider