mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
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/18929-077d6b7093b176e2@postgresql.org
This commit is contained in:
@ -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' });
|
||||
|
||||
|
Reference in New Issue
Block a user