Fix cross-version upgrade test failure
authorHeikki Linnakangas <[email protected]>
Tue, 20 May 2025 07:39:14 +0000 (10:39 +0300)
committerHeikki Linnakangas <[email protected]>
Tue, 20 May 2025 07:39:14 +0000 (10:39 +0300)
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/18929-077d6b7093b176e2@postgresql.org

src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm

index 609275e2c26d837bafacc4a3f36902ef4987fe01..1725fe2f94871506d8bfce0579e4b65276803b29 100644 (file)
@@ -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' });