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
- v1-0001-test_extensions-make-meson.build-consistent-with-.patch (text/x-patch) patch v1-0001
Patch attached. Currently, the Makefile specifies NO_LOCALE=1, and the meson.build does not. -- Jeff Davis PostgreSQL Contributor Team - AWS
Commits
-
test_extensions: sync meson.build with Makefile.
- 9f6253613e88 17.0 landed
-
test_extensions: make meson.build consistent with Makefile.
- 877bf52cffe5 16.0 landed