pgsql: pg_regress: for --no-locale, use LOCALE='C'.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_regress: for --no-locale, use LOCALE='C'.
Date: 2023-06-19 19:03:13
Message-ID: E1qBK9h-002bF5-3h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_regress: for --no-locale, use LOCALE='C'.

Instead of specifying LC_COLLATE='C' and LC_CTYPE='C', specify
LOCALE='C' which will also affect ICU. This makes pg_regress
consistent with recent changes to initdb in commit a14e75eb0b6.

Fixes buildfarm failure.

Discussion: https://postgr.es/m/2458565.1686953169@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/797f98036400bc70d4b331c5b1760a05aab59cfa

Modified Files
--------------
src/test/regress/pg_regress.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-06-19 20:03:36 Re: pgsql: Fix search_path to a safe value during maintenance operations.
Previous Message Andres Freund 2023-06-19 18:16:56 Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call