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

Modified Files:
      Tag: M5XQ
        pftijah.mx 
Log Message:
propagated changes of Sunday Feb 21 2010
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/02/21 - stmane: modules/pftijah/pftijah.mx,1.246.2.10
  propagated changes of Friday Feb 19 2010 - Sunday Feb 21 2010
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/02/19 - jflokstra: modules/pftijah/pftijah.mx,1.257
    - 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.226.2.26
retrieving revision 1.226.2.27
diff -u -d -r1.226.2.26 -r1.226.2.27
--- pftijah.mx  12 Feb 2010 13:34:04 -0000      1.226.2.26
+++ pftijah.mx  21 Feb 2010 21:45:06 -0000      1.226.2.27
@@ -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