pgsql: Specify database encoding in new ICU test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Specify database encoding in new ICU test.
Date: 2022-03-18 17:26:12
Message-ID: E1nVGMd-000IVe-JQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-03-18 17:29:41 Re: pgsql: Add option to use ICU as global locale provider
Previous Message Tom Lane 2022-03-18 17:10:12 pgsql: Remove workarounds for avoiding [U]INT64_FORMAT in translatable