From 78d3f48895029e2c7c579fc38c07f2a197f85ed9 Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Fri, 21 Feb 2025 12:31:16 -0800 Subject: [PATCH] Add test 005_char_signedness.pl to meson.build. Oversight in a8238f87f98 where the test has been added. Discussion: https://postgr.es/m/CB11ADBC-0C3F-4FE0-A678-666EE80CBB07%40amazon.com --- src/bin/pg_upgrade/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/pg_upgrade/meson.build b/src/bin/pg_upgrade/meson.build index cc2ba97d9a9..da84344966a 100644 --- a/src/bin/pg_upgrade/meson.build +++ b/src/bin/pg_upgrade/meson.build @@ -45,6 +45,7 @@ tests += { 't/002_pg_upgrade.pl', 't/003_logical_slots.pl', 't/004_subscription.pl', + 't/005_char_signedness.pl', ], 'test_kwargs': {'priority': 40}, # pg_upgrade tests are slow }, -- 2.30.2