aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-01-18 10:12:51 +0900
committerMichael Paquier <michael@paquier.xyz>2024-01-18 10:12:51 +0900
commit6b14404b0b97530af080a1f5edb940d30464aa0a (patch)
tree3fcb2f321927aba43011b1eef234752b6b31e443
parent4cf9ef670e4cb6c73aeaec8c1939f4aa26358353 (diff)
downloadpostgresql-6b14404b0b97530af080a1f5edb940d30464aa0a.tar.gz
postgresql-6b14404b0b97530af080a1f5edb940d30464aa0a.zip
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
-rw-r--r--contrib/seg/meson.build1
1 files changed, 1 insertions, 0 deletions
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',
],
},