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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Gurjeet Singh <gurjeet(at)singh(dot)im>
Cc: Tristan Partin <tristan(at)neon(dot)tech>, Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: test_extensions: fix inconsistency between meson.build and Makefile
Date: 2023-07-06 02:41:02
Message-ID: ZKYpvvNQdbQuRDGx@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2023-07-06 03:09:33 Re: contrib/pg_freespacemap first check input argument, then relation_open.
Previous Message Michael Paquier 2023-07-06 02:14:51 Re: Add index scan progress to pg_stat_progress_vacuum