diff --git a/test_runner/regress/test_replication_start_subxid_overflow.py b/test_runner/regress/test_replication_start_subxid_overflow.py index 3f2b055440..6385ad32f2 100644 --- a/test_runner/regress/test_replication_start_subxid_overflow.py +++ b/test_runner/regress/test_replication_start_subxid_overflow.py @@ -23,7 +23,8 @@ def test_replication_start_subxid_overflow(neon_simple_env: NeonEnv): raise exception 'caught something'; end; end loop; - end; $$ language plpgsql""") + end; $$ language plpgsql""" + ) p_cur.execute("select create_subxacts(100000)") xid = p_cur.fetchall()[0][0] log.info(f"Master transaction {xid}")