# $Id: commit.awk,v 1.1.1.1 2005/06/24 22:42:41 ca Exp $
#
# Output tid of committed transactions.

/txn_regop/ {
	print $5
}


syntax highlighted by Code2HTML, v. 0.9.1