run test_fast_import_binary on all pg versions

This commit is contained in:
Gleb Novikov
2025-01-17 11:28:39 +00:00
parent 6ace425d3d
commit 7754a28cf5

View File

@@ -320,10 +320,6 @@ def test_pgdata_import_smoke(
br_initdb_endpoint.safe_psql("select * from othertable")
@run_only_on_postgres(
[PgVersion.V14, PgVersion.V15, PgVersion.V16],
"newer control file catalog version and struct format isn't supported",
)
def test_fast_import_binary(
test_output_dir,
vanilla_pg: VanillaPostgres,