# $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 }