Print pg_dist_transaction contents

pull/7402/head
Jelte Fennema-Nio 2024-01-11 10:57:28 +01:00
parent f3bdf16fbb
commit 9b2321fed5
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ def test_main_commited_outer_not_yet(cluster):
)
cur2.execute("COMMIT")
import pprint
pprint.pprint(cur2.execute('select * from pg_catalog.pg_dist_transaction').fetchall())
# run the transaction recovery
c.sql("SELECT recover_prepared_transactions()")