Add missing isolation test for test_decoding in meson build
authorMichael Paquier <[email protected]>
Thu, 13 Oct 2022 07:03:01 +0000 (16:03 +0900)
committerMichael Paquier <[email protected]>
Thu, 13 Oct 2022 07:03:01 +0000 (16:03 +0900)
Oversight in 7f13ac8, where catalog_change_snapshot was missing from the
list in meson.build.

Author: Hayato Kuroda
Discussion: https://postgr.es/m/TYAPR01MB58662C932F45A13C6F9BE352F5259@TYAPR01MB5866.jpnprd01.prod.outlook.com

contrib/test_decoding/meson.build

index 6376103c689856af0274c6a08c5e6742105a56e7..6876792fd86ca37fcd6176f5909f8a89841d1e6b 100644 (file)
@@ -49,6 +49,7 @@ tests += {
       'mxact',
       'delayed_startup',
       'ondisk_startup',
+      'catalog_change_snapshot',
       'concurrent_ddl_dml',
       'oldest_xmin',
       'snapshot_transfer',