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

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: pg_regress: for --no-locale, use LOCALE='C'.
Дата
Msg-id E1qBK9h-002bF5-3h@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Don't use partial unique indexes for unique proofs in the planne
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Fix search_path to a safe value during maintenance operations.