Skip to content

Commit a4da7b0

Browse files
committed
Fix cross-version upgrade test failure
Commit 29f7ce6 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
1 parent b648a33 commit a4da7b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ my @_unused_view_qualifiers = (
511511
{ obj => 'VIEW public.limit_thousand_v_2', qual => 'onek' },
512512
{ obj => 'VIEW public.limit_thousand_v_3', qual => 'onek' },
513513
{ obj => 'VIEW public.limit_thousand_v_4', qual => 'onek' },
514+
{ obj => 'VIEW public.limit_thousand_v_5', qual => 'onek' },
514515
# Since 14
515516
{ obj => 'MATERIALIZED VIEW public.compressmv', qual => 'cmdata1' });
516517

0 commit comments

Comments
 (0)