1 2 3 4 5 6 7
# $Id: commit.awk,v 10.2 1999/11/21 18:01:42 bostic Exp $ # # Output tid of committed transactions. /txn_regop/ { print $5 }