Re: broken master regress tests

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: broken master regress tests
Дата
Msg-id CA+hUKG+VkcevnqLmbZSD4C5hJ3=TQWgMP-th8LqsbNt0TqZfqw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: broken master regress tests  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: broken master regress tests  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: broken master regress tests  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On Sun, Aug 27, 2023 at 3:03 AM Pavel Stehule <pavel.stehule@gmail.com> wrote:
> So it looks so IPC::Run::run is ignore parent environment

I guess the new initdb template captures lc_messages in
postgresql.conf, when it runs earlier?  I guess if you put
$node->append_conf('postgresql.conf', 'lc_messages=C'); into
src/bin/pg_amcheck/t/003_check.pl then it will work.  I'm not sure
what the correct fix should be, ie if the template mechanism should
notice this difference and not use the template, or if tests that
depend on the message locale should explicitly say so with
lc_messages=C or similar (why is this the only one?), or ...



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

Предыдущее
От: Chapman Flack
Дата:
Сообщение: Re: [PATCH] Add XMLText function (SQL/XML X038)
Следующее
От: Chapman Flack
Дата:
Сообщение: Re: Extract numeric filed in JSONB more effectively