diff --git a/test/sql/updates/post.v7.sql b/test/sql/updates/post.v7.sql index 26698ff2830..35188b1e33f 100644 --- a/test/sql/updates/post.v7.sql +++ b/test/sql/updates/post.v7.sql @@ -2,7 +2,9 @@ -- Please see the included NOTICE for copyright information and -- LICENSE-APACHE for a copy of the license. +\set PG_UPGRADE_TEST false \ir post.catalog.sql +\unset PG_UPGRADE_TEST \ir post.insert.sql \ir post.integrity_test.sql \ir catalog_missing_columns.sql diff --git a/test/sql/updates/post.v8.sql b/test/sql/updates/post.v8.sql index 57b0390245f..5ea3f284fda 100644 --- a/test/sql/updates/post.v8.sql +++ b/test/sql/updates/post.v8.sql @@ -2,7 +2,9 @@ -- Please see the included NOTICE for copyright information and -- LICENSE-APACHE for a copy of the license. +\set PG_UPGRADE_TEST false \ir post.catalog.sql +\unset PG_UPGRADE_TEST \ir post.insert.sql \ir post.integrity_test.sql \ir catalog_missing_columns.sql