pg_regress: for --no-locale, use LOCALE='C'.
authorJeff Davis <jdavis@postgresql.org>
Mon, 19 Jun 2023 18:51:22 +0000 (11:51 -0700)
committerJeff Davis <jdavis@postgresql.org>
Mon, 19 Jun 2023 18:51:22 +0000 (11:51 -0700)
commit797f98036400bc70d4b331c5b1760a05aab59cfa
tree54fbcab753104786a8ef0134fe8d65ed158d5b9b
parent7fcd7ef2a9c372b789f95b40043edffdc611c566
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
src/test/regress/pg_regress.c