diff options
Diffstat (limited to 'src/bin/pg_upgrade/meson.build')
-rw-r--r-- | src/bin/pg_upgrade/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_upgrade/meson.build b/src/bin/pg_upgrade/meson.build index da84344966a..ac992f0d14b 100644 --- a/src/bin/pg_upgrade/meson.build +++ b/src/bin/pg_upgrade/meson.build @@ -46,6 +46,7 @@ tests += { 't/003_logical_slots.pl', 't/004_subscription.pl', 't/005_char_signedness.pl', + 't/006_transfer_modes.pl', ], 'test_kwargs': {'priority': 40}, # pg_upgrade tests are slow }, |