[Zope-Checkins] CVS: ZODB3/ZODB/FileStorage -
FileStorage.py:1.1.2.15
Jeremy Hylton
cvs-admin at zope.org
Mon Nov 24 17:38:59 EST 2003
Update of /cvs-repository/ZODB3/ZODB/FileStorage
In directory cvs.zope.org:/tmp/cvs-serv32013/ZODB/FileStorage
Modified Files:
Tag: ZODB3-mvcc-2-branch
FileStorage.py
Log Message:
Add XXX comment about more efficient implementation.
=== ZODB3/ZODB/FileStorage/FileStorage.py 1.1.2.14 => 1.1.2.15 ===
--- ZODB3/ZODB/FileStorage/FileStorage.py:1.1.2.14 Sat Nov 22 00:05:45 2003
+++ ZODB3/ZODB/FileStorage/FileStorage.py Mon Nov 24 17:38:59 2003
@@ -615,6 +615,8 @@
# The logic is a bit complicated, so explicitly track
# whether we need to read the txn header.
th = None
+ # XXX Should do it this way: If there is version data,
+ # just following the backpointer to the non-version data.
if not h.version:
if not h.back:
if h.serial < tid:
More information about the Zope-Checkins
mailing list