projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b885d0
)
seg: Add test "security" in meson.build
author
Michael Paquier
<
[email protected]
>
Thu, 18 Jan 2024 01:12:44 +0000
(10:12 +0900)
committer
Michael Paquier
<
[email protected]
>
Thu, 18 Jan 2024 01:12:44 +0000
(10:12 +0900)
Oversight in
681d9e4621aa
where the test has been added.
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/
[email protected]
Backpatch-through: 16
contrib/seg/meson.build
patch
|
blob
|
blame
|
history
diff --git
a/contrib/seg/meson.build
b/contrib/seg/meson.build
index a88dff4e904be576571052959fe2b1fe8e96ddb8..abeaf08eff161b8dcd69b308ab3c60918052f921 100644
(file)
--- a/
contrib/seg/meson.build
+++ b/
contrib/seg/meson.build
@@
-53,6
+53,7
@@
tests += {
'bd': meson.current_build_dir(),
'regress': {
'sql': [
+ 'security',
'seg',
],
},