test_extensions: fix inconsistency between meson.build and Makefile

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-hackers@postgresql.org
Date: 2023-06-16T20:29:18Z
Lists: pgsql-hackers

Attachments

Patch attached. Currently, the Makefile specifies NO_LOCALE=1, and the
meson.build does not.


-- 
Jeff Davis
PostgreSQL Contributor Team - AWS


Commits

  1. test_extensions: sync meson.build with Makefile.

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