Skip to content

Commit cbf53e2

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 54675d8 commit cbf53e2

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
@@ -538,6 +538,7 @@ my @_unused_view_qualifiers = (
538538
{ obj => 'VIEW public.limit_thousand_v_2', qual => 'onek' },
539539
{ obj => 'VIEW public.limit_thousand_v_3', qual => 'onek' },
540540
{ obj => 'VIEW public.limit_thousand_v_4', qual => 'onek' },
541+
{ obj => 'VIEW public.limit_thousand_v_5', qual => 'onek' },
541542
# Since 14
542543
{ obj => 'MATERIALIZED VIEW public.compressmv', qual => 'cmdata1' });
543544

0 commit comments

Comments
 (0)