Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24465

Modified Files:
        pftijah.mx 
Log Message:
small fix: in return-all mode we need to ensure the sortedness of the operator
output



U pftijah.mx
Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- pftijah.mx  16 Apr 2009 10:29:37 -0000      1.225
+++ pftijah.mx  20 Apr 2009 07:56:36 -0000      1.226
@@ -2666,7 +2666,7 @@
     
     var res;
     if (returnall) {
-        res := union(eScores,left.kdiff(eScores).project(dbl(0)));
+        res := union(eScores,left.kdiff(eScores).project(dbl(0))).sort();
     } else {
         res := eScores;
     }
@@ -2719,7 +2719,7 @@
     
     var res;
     if (returnall) {
-        res := union(eScores,left.kdiff(eScores).project(dbl(0)));
+        res := union(eScores,left.kdiff(eScores).project(dbl(0))).sort();
     } else {
         res := eScores;
     }


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to