Fix contrib/pg_visibility/meson.build
authorAlexander Korotkov <akorotkov@postgresql.org>
Thu, 14 Mar 2024 11:38:44 +0000 (13:38 +0200)
committerAlexander Korotkov <akorotkov@postgresql.org>
Thu, 14 Mar 2024 11:38:44 +0000 (13:38 +0200)
I broke that in e85662df44ff by oversight.

contrib/pg_visibility/meson.build

index f932371f62d25643dff2fcfd50d107a3b5fa8225..f3c1263313a250abf08144d540b58ff7b49c75fc 100644 (file)
@@ -32,6 +32,7 @@ tests += {
     'sql': [
       'pg_visibility',
     ],
+  },
   'tap': {
     'tests': [
       't/001_concurrent_transaction.pl',