Files
cpython-source-deps/db_printlog/commit.awk
2017-09-04 13:40:25 -05:00

8 lines
127 B
Awk

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