[Checkins] SVN: relstorage/trunk/relstorage/adapters/packundo.py Return a timestamp that 32 bits can hold

Shane Hathaway shane at hathawaymix.org
Fri Sep 25 04:40:42 EDT 2009


Log message for revision 104518:
  Return a timestamp that 32 bits can hold

Changed:
  U   relstorage/trunk/relstorage/adapters/packundo.py

-=-
Modified: relstorage/trunk/relstorage/adapters/packundo.py
===================================================================
--- relstorage/trunk/relstorage/adapters/packundo.py	2009-09-25 08:31:17 UTC (rev 104517)
+++ relstorage/trunk/relstorage/adapters/packundo.py	2009-09-25 08:40:42 UTC (rev 104518)
@@ -888,7 +888,7 @@
 
         Returns None if there is nothing to pack.
         """
-        return 1
+        return pack_point
 
 
     def pre_pack(self, pack_tid, get_references, options):



More information about the checkins mailing list