Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv31398/runtime

Modified Files:
        pf_support.mx 
Log Message:

just in case:
resort ll_upwards result from iter|item to item|iter
in case the compiler / query plan requests so,


Declaration/disclaimer:
-----------------------
On my FC6 desktop (64-bit, 64-bit OIDs, configured with --enable-optimize,
compiled with gcc 4.1.1), this check-in does not make any pathfinder test
fail that did not also fail with the most recent code base in CVS prior to
this check-in.
I did not check in detail, though, whether all previously failing tests
still fail the same way after this check-in as they did before this
check-in.


Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- pf_support.mx       14 May 2007 09:59:16 -0000      1.228
+++ pf_support.mx       14 May 2007 10:03:11 -0000      1.229
@@ -1710,7 +1710,11 @@
     var pre_sizes := ws.fetch(PRE_SIZE).fetch(cont);
     var pre_levels := ws.fetch(PRE_LEVEL).fetch(cont);
     var res := [EMAIL PROTECTED](iter.chk_order(), ctx.chk_order(), pre_sizes, 
pre_levels);
-    return new(void,bat,2).seqbase([EMAIL PROTECTED]).append(hmark(res,[EMAIL 
PROTECTED])).append(tmark(res,[EMAIL PROTECTED])).access(BAT_READ);
+    var result := new(void,bat,2).seqbase([EMAIL 
PROTECTED]).append(hmark(res,[EMAIL PROTECTED])).append(tmark(res,[EMAIL 
PROTECTED])).access(BAT_READ);
+
+    @:post_sort_output@
+    
+    return result;
 }
 @
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to