Commit 124d15b7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent dfe940e4
...@@ -1193,6 +1193,8 @@ func (δBtail *ΔBtail) SliceByRootRev(root zodb.Oid, lo, hi zodb.Tid) (/*readon ...@@ -1193,6 +1193,8 @@ func (δBtail *ΔBtail) SliceByRootRev(root zodb.Oid, lo, hi zodb.Tid) (/*readon
// _ΔTtail.rebuild clones vδT before modifying it. This way the data we // _ΔTtail.rebuild clones vδT before modifying it. This way the data we
// return to caller will stay unchanged even if rebuild is running // return to caller will stay unchanged even if rebuild is running
// simultaneously. // simultaneously.
//
// XXX adjust the doc to refer to vδT RCU in overview?
return vδT[i:j+1] return vδT[i:j+1]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment