Commit 6a43ce9b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 01b24b1e
...@@ -119,7 +119,7 @@ func (d *Storage) Load(ctx context.Context, xid zodb.Xid) (_ *mem.Buf, _ zodb.Ti ...@@ -119,7 +119,7 @@ func (d *Storage) Load(ctx context.Context, xid zodb.Xid) (_ *mem.Buf, _ zodb.Ti
return data, serial, err return data, serial, err
} }
// XXX cap .at in xid to base.At0 ? (and convert back on error return) // XXX cap .at in xid to .baseAt0 ? (and convert back on error return)
data, serial, err = d.base.Load(ctx, xid) data, serial, err = d.base.Load(ctx, xid)
if err == nil { if err == nil {
return data, serial, nil return data, serial, nil
......
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