summaryrefslogtreecommitdiff
path: root/db_printlog/commit.awk
blob: 569d2382863e180fe01d14b5ef7d83a53d9f9193 (plain)
1
2
3
4
5
6
7
# $Id$
#
# Output tid of committed transactions.

/txn_regop/ {
	print $5
}