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

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

On Thu, 2023-07-06 at 11:41 +0900, Michael Paquier wrote:
> Why is the addition of --encoding necessary for test_extensions?  Its
> Makefile has a NO_LOCALE, but it has no ENCODING set.

I think that was an oversight -- as you point out, the Makefile doesn't
set ENCODING, so the meson.build does not need to, either.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2023-07-06 05:55:56 Re: Assert while autovacuum was executing
Previous Message Masahiko Sawada 2023-07-06 05:28:57 Re: Add index scan progress to pg_stat_progress_vacuum