Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19263/runtime

Modified Files:
        pf_support.mx 
Log Message:
propagated changes of Monday Jul 09 2007 - Tuesday Jul 24 2007
from the XQuery_0-18 branch to the development trunk



Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- pf_support.mx       20 Jul 2007 21:12:46 -0000      1.251
+++ pf_support.mx       24 Jul 2007 16:42:14 -0000      1.252
@@ -3562,7 +3562,7 @@
             # not enough space on the current page, see if there is space at 
the
             # start of the next
             var nxtpgno := oid(lng(pageno) + 1);
-            if ((int(pageno) << REMAP_PAGE_BITS) <= docsize) {
+            if ((int(nxtpgno) << REMAP_PAGE_BITS) <= docsize) {
               var nxtpgid := map_pid_update.reverse().find(nxtpgno);
               var nxtisoldpg := false;
               if (map_pid.exist(nxtpgid)) {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to