[Zope3-checkins] CVS: Zope3/src/zodb/storage - bdbminimal.py:1.16
Barry Warsaw
barry@wooz.org
Mon, 17 Mar 2003 15:23:22 -0500
Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv24248
Modified Files:
bdbminimal.py
Log Message:
pack(): add gc flag
=== Zope3/src/zodb/storage/bdbminimal.py 1.15 => 1.16 ===
--- Zope3/src/zodb/storage/bdbminimal.py:1.15 Fri Mar 14 12:18:52 2003
+++ Zope3/src/zodb/storage/bdbminimal.py Mon Mar 17 15:23:21 2003
@@ -378,7 +378,7 @@
# object cycles, since there are no old object revisions.
#
- def pack(self, t):
+ def pack(self, t, gc=True):
self.log('pack started')
# A simple wrapper around the bulk of packing, but which acquires a
# lock that prevents multiple packs from running at the same time.