projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeefd42
)
Fix contrib/pg_visibility/meson.build
author
Alexander Korotkov
Thu, 14 Mar 2024 11:38:44 +0000
(13:38 +0200)
committer
Alexander Korotkov
Thu, 14 Mar 2024 11:38:44 +0000
(13:38 +0200)
I broke that in
e85662df44ff
by oversight.
contrib/pg_visibility/meson.build
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_visibility/meson.build
b/contrib/pg_visibility/meson.build
index f932371f62d25643dff2fcfd50d107a3b5fa8225..f3c1263313a250abf08144d540b58ff7b49c75fc 100644
(file)
--- a/
contrib/pg_visibility/meson.build
+++ b/
contrib/pg_visibility/meson.build
@@
-32,6
+32,7
@@
tests += {
'sql': [
'pg_visibility',
],
+ },
'tap': {
'tests': [
't/001_concurrent_transaction.pl',