1# $Id: commit.awk,v 12.0 2004/11/17 03:43:24 bostic Exp $
2#
3# Output tid of committed transactions.
4
5/txn_regop/ {
6	print $5
7}
8