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

Tristan Partin <tristan@neon.tech>

From: "Tristan Partin" <tristan@neon.tech>
To: "Jeff Davis" <pgsql@j-davis.com>, <pgsql-hackers@postgresql.org>
Date: 2023-06-16T20:56:38Z
Lists: pgsql-hackers
On Fri Jun 16, 2023 at 3:29 PM CDT, Jeff Davis wrote:
> Patch attached. Currently, the Makefile specifies NO_LOCALE=1, and the
> meson.build does not.

Looks alright to me, but it might be nicer to change the order of
arguments to match contrib/unaccent/meson.build:40. Might help with
grepping in the future.

-- 
Tristan Partin
Neon (https://neon.tech)



Commits

  1. test_extensions: sync meson.build with Makefile.

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