mirror of https://github.com/citusdata/citus.git
Print pg_dist_transaction contents
parent
f3bdf16fbb
commit
9b2321fed5
|
@ -27,6 +27,9 @@ def test_main_commited_outer_not_yet(cluster):
|
||||||
)
|
)
|
||||||
cur2.execute("COMMIT")
|
cur2.execute("COMMIT")
|
||||||
|
|
||||||
|
import pprint
|
||||||
|
pprint.pprint(cur2.execute('select * from pg_catalog.pg_dist_transaction').fetchall())
|
||||||
|
|
||||||
# run the transaction recovery
|
# run the transaction recovery
|
||||||
c.sql("SELECT recover_prepared_transactions()")
|
c.sql("SELECT recover_prepared_transactions()")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue