Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19238

Modified Files:
        pftijah.mx 
Log Message:
- temporary patch to fix a case where on architectures a semijoin does not
  propagate the 'sorted' properties.



Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- pftijah.mx  12 Feb 2010 10:25:43 -0000      1.256
+++ pftijah.mx  19 Feb 2010 08:22:06 -0000      1.257
@@ -4337,6 +4337,7 @@
         # get collection count of term
         var t_pre := _getTermPositions($h);
         e_pre := e_p...@5(_gettermd...@1_@2(e_pre, e_size, t_pre));
+       e_pre := e_pre.chk_order(); # jf order patch
     }
     
     var res := e_pre;
@@ -4536,6 +4537,7 @@
         # get collection count of term
         var t_pre := _getConceptPositions($h);
         e_pre := e_p...@5(_gettermd...@1_@2(e_pre, e_size, t_pre));
+       e_pre := e_pre.chk_order(); # jf order patch
     }
     
     var res := e_pre;


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to