Files
2020-07-24 00:37:46 +09:00

8 lines
76 B
Awk

# $Id$
#
# Output tid of committed transactions.
/txn_regop/ {
print $5
}