Remove setting of io_combine_limit whoich is not supported by all Postgres versions

This commit is contained in:
Konstantin Knizhnik
2025-04-07 16:51:22 +03:00
parent 7bde51f193
commit da5d3ea355

View File

@@ -30,7 +30,6 @@ def test_lfc_prefetch(neon_simple_env: NeonEnv, n_readers: int, n_writers: int):
"enable_seqscan=off",
"autovacuum=off",
"statement_timeout=0",
"io_combine_limit=1",
"neon.store_prefetch_result_in_lfc=on",
],
)