pgsql: Fix test failures when language environment is not UTF-8. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Fix test failures when language environment is not UTF-8.
Date
Msg-id E1rsWR3-000Y4E-Cj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix test failures when language environment is not UTF-8.

For tests that depend on UTF-8 encoding, force LC_COLLATE=C and
LC_CTYPE=C to avoid an encoding mismatch.

Reported-by: Thomas Munro
Discussion: https://postgr.es/m/CA+hUKGK-ZqV1njkG_=xcCqXh2fcMkz85FTMnhS2opm4ZerH=xw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl    | 2 ++
src/bin/scripts/t/020_createdb.pl | 2 ++
2 files changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix old, misleading comment for PGRES_POLLING_ACTIVE.
Next
From: Michael Paquier
Date:
Subject: [MASSMAIL]pgsql: Add "ABI_compatibility" regions to wait_event_names.txt