pgsql: test_extensions: make meson.build consistent with Makefile.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: test_extensions: make meson.build consistent with Makefile.
Date: 2023-06-20 01:37:06
Message-ID: E1qBQIs-002eLJ-A0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

test_extensions: make meson.build consistent with Makefile.

Specify --no-locale and --encoding=UTF8 to be consistent with the
Makefile, which specifies NO_LOCALE=1. Fixes test for some locales
when meson is used and ICU is disabled. May have been an oversight in
e6927270cd.

Also switch argument order in unaccent/meson.build to make it
consistent in style.

Discussion: https://postgr.es/m/CABwTF4Wz41pNMJ9q3tpH=6mnvg6aopDU5Lzvers5=6=WJVekww@mail.gmail.com
Author: Gurjeet Singh
Author: Jeff Davis

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/877bf52cffe587d33556e6259f610eb932699706

Modified Files
--------------
contrib/unaccent/meson.build | 2 +-
src/test/modules/test_extensions/meson.build | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-06-20 13:51:25 pgsql: Pre-beta2 mechanical code beautification.
Previous Message Michael Paquier 2023-06-20 01:27:05 pgsql: Enable archiving in recovery TAP test 009_twophase.pl