From: Michael Paquier Date: Thu, 18 Jan 2024 01:12:44 +0000 (+0900) Subject: seg: Add test "security" in meson.build X-Git-Tag: REL_17_BETA1~1086 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=2f35c14cfb3dadede883a7d8f458e5a15f13a97b;p=postgresql.git seg: Add test "security" in meson.build Oversight in 681d9e4621aa where the test has been added. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/ZK5AgYxG4zLErD5O@telsasoft.com Backpatch-through: 16 --- diff --git a/contrib/seg/meson.build b/contrib/seg/meson.build index a88dff4e904..abeaf08eff1 100644 --- a/contrib/seg/meson.build +++ b/contrib/seg/meson.build @@ -53,6 +53,7 @@ tests += { 'bd': meson.current_build_dir(), 'regress': { 'sql': [ + 'security', 'seg', ], },