Commit c97ea8f3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 45ebc7e6
......@@ -460,6 +460,8 @@ func (conn *Connection) resyncAndDBUnlock(txn transaction.Transaction, at Tid) {
return
}
// XXX -> DB.deltaObj(at1, at2)
// conn.at != at - have to invalidate objects in live cache.
δtail := db.δtail
δobj := make(map[Oid]struct{}) // set(oid) - what to invalidate
......
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