1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Fix contrib/pg_visibility/meson.build

I broke that in e85662df44ff by oversight.
This commit is contained in:
Alexander Korotkov 2024-03-14 13:38:44 +02:00
parent eeefd4280f
commit c20d90a41c

View File

@ -32,6 +32,7 @@ tests += {
'sql': [
'pg_visibility',
],
},
'tap': {
'tests': [
't/001_concurrent_transaction.pl',