mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
Make ruff happy
This commit is contained in:
committed by
Heikki Linnakangas
parent
57ac0a122b
commit
52dcaea12e
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user