We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349b722 commit afcaadaCopy full SHA for afcaada
pgopttune/workload/my_transaction.py
@@ -27,7 +27,7 @@ def run(self, postgres_server_config: PostgresServerConfig):
27
query_start_time = time.time()
28
if "vacuum" in self.statement[index].lower():
29
cur.execute("END;")
30
- cur.execute(self.statement[index])
+ cur.execute(self.statement[index])
31
# logger.info("Execute Statement : {}".format(self.statement[index]))
32
elapsed_times += (time.time() - query_start_time)
33
return elapsed_times
0 commit comments