Commit 2966753b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b98706ad
...@@ -462,8 +462,7 @@ func (δBtail *ΔBtail) track(path []zodb.Oid, keycov KeyRange) { ...@@ -462,8 +462,7 @@ func (δBtail *ΔBtail) track(path []zodb.Oid, keycov KeyRange) {
} }
// nothing to do if keycov is already queued to be tracked in trackNew or krebuildJobs // nothing to do if keycov is already queued to be tracked in trackNew or krebuildJobs
inJobs := δTtail.krebuildJobs.IntersectsRange(keycov) if δTtail.krebuildJobs.IntersectsRange(keycov) {
if inJobs {
tracefΔBtail("->T: nop (already in krebuildJobs)\n") tracefΔBtail("->T: nop (already in krebuildJobs)\n")
job, r, ok := δTtail.krebuildJobs.Get_(keycov.Lo) job, r, ok := δTtail.krebuildJobs.Get_(keycov.Lo)
if !(ok && r == keycov) { if !(ok && r == keycov) {
......
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