projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf9ef6
)
seg: Add test "security" in meson.build
author
Michael Paquier
<
[email protected]
>
Thu, 18 Jan 2024 01:12:51 +0000
(10:12 +0900)
committer
Michael Paquier
<
[email protected]
>
Thu, 18 Jan 2024 01:12:51 +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 0395f7609f0e097bcb16579a6378e840026ca1a3..ecde3023f0a2f80ddcf2984de888495fcf7c3970 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',
],
},