(delta *pb.OracleDelta)
| 31 | } |
| 32 | |
| 33 | func PrintOracleDelta(delta *pb.OracleDelta) { |
| 34 | for _, status := range delta.Txns { |
| 35 | glog.V(2).Infof("[TXNLOG] COMMITING: startTs: %v, commitTs: %v", status.StartTs, status.CommitTs) |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | // VerifyPack checks that the Pack should not be nil if the postings exist. |
| 40 | func VerifyPack(plist *pb.PostingList) { |