Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2882/modules/pftijah
Modified Files:
Tag: XQFT
pftijah.mx
Log Message:
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.246.2.9
retrieving revision 1.246.2.10
diff -u -d -r1.246.2.9 -r1.246.2.10
--- pftijah.mx 12 Feb 2010 11:57:36 -0000 1.246.2.9
+++ pftijah.mx 21 Feb 2010 20:31:30 -0000 1.246.2.10
@@ -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