Re: test_extensions: fix inconsistency between meson.build and Makefile

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: test_extensions: fix inconsistency between meson.build and Makefile
Дата
Msg-id ZKYpvvNQdbQuRDGx@paquier.xyz
обсуждение исходный текст
Ответ на Re: test_extensions: fix inconsistency between meson.build and Makefile  (Gurjeet Singh <gurjeet@singh.im>)
Ответы Re: test_extensions: fix inconsistency between meson.build and Makefile  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
On Sat, Jun 17, 2023 at 07:40:18AM -0700, Gurjeet Singh wrote:
> So attached is updated patch that makes the order consistent across
> all 3 occurrences.

There is no need to update unaccent since 44e73a4.

--- a/src/test/modules/test_extensions/meson.build
+++ b/src/test/modules/test_extensions/meson.build
@@ -47,5 +47,6 @@ tests += {
       'test_extensions',
       'test_extdepend',
     ],
+    'regress_args': ['--no-locale', '--encoding=UTF8'],

Why is the addition of --encoding necessary for test_extensions?  Its
Makefile has a NO_LOCALE, but it has no ENCODING set.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add index scan progress to pg_stat_progress_vacuum
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: contrib/pg_freespacemap first check input argument, then relation_open.