From: Michael Paquier Date: Thu, 18 Jan 2024 01:12:51 +0000 (+0900) Subject: seg: Add test "security" in meson.build X-Git-Tag: REL_16_2~40 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=6b14404b0b97530af080a1f5edb940d30464aa0a;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 0395f7609f0..ecde3023f0a 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', ], },