diff options
author | Heikki Linnakangas | 2025-05-20 07:39:14 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2025-05-20 07:39:14 +0000 |
commit | cbf53e2b8a8ed3fc6f554095a4e99591bd5193f6 (patch) | |
tree | 086ad1868929c1e1adb67c405f1a4d4f771bb3ff | |
parent | 54675d89863378b092c838a4e110551203d89b54 (diff) |
Fix cross-version upgrade test failure
Commit 29f7ce6fe7 added another view that needs adjustment in the
cross-version upgrade test. This should fix the XversionUpgrade
failures in the buildfarm.
Backpatch-through: 16
Discussion: https://www.postgresql.org/message-id/[email protected]
-rw-r--r-- | src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm b/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm index 609275e2c26..1725fe2f948 100644 --- a/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm +++ b/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm @@ -538,6 +538,7 @@ my @_unused_view_qualifiers = ( { obj => 'VIEW public.limit_thousand_v_2', qual => 'onek' }, { obj => 'VIEW public.limit_thousand_v_3', qual => 'onek' }, { obj => 'VIEW public.limit_thousand_v_4', qual => 'onek' }, + { obj => 'VIEW public.limit_thousand_v_5', qual => 'onek' }, # Since 14 { obj => 'MATERIALIZED VIEW public.compressmv', qual => 'cmdata1' }); |