From da5d3ea355b19e91ef72e664148da369a7ce59e2 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Mon, 7 Apr 2025 16:51:22 +0300 Subject: [PATCH] Remove setting of io_combine_limit whoich is not supported by all Postgres versions --- test_runner/performance/test_lfc_prefetch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_runner/performance/test_lfc_prefetch.py b/test_runner/performance/test_lfc_prefetch.py index 7c4fcc17ab..1269c558d5 100644 --- a/test_runner/performance/test_lfc_prefetch.py +++ b/test_runner/performance/test_lfc_prefetch.py @@ -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", ], )