summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm')
-rw-r--r--src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm b/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm
index 5bed1d68395..349bebeaeaf 100644
--- a/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm
+++ b/src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm
@@ -484,7 +484,9 @@ my @_unused_view_qualifiers = (
{ obj => 'VIEW public.limit_thousand_v_1', qual => 'onek' },
{ 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_4', qual => 'onek' },
+ # Since 14
+ { obj => 'MATERIALIZED VIEW public.compressmv', qual => 'cmdata1' });
# Internal subroutine to remove no-longer-used table qualifiers from
# CREATE [MATERIALIZED] VIEW commands. See list of targeted views above.