Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
save-buffer committed Aug 7, 2024
1 parent c9f5f8b commit 25459c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_runner/performance/test_logical_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ def test_snap_files(
END $$;
"""
)
log.info(f'dropping slot {i}')
cur.execute(f"SELECT pg_create_logical_replication_slot('slotter{i}', 'test_decoding')")
conn.close()

Expand Down

0 comments on commit 25459c6

Please sign in to comment.