Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20446/runtime
Modified Files:
pathfinder.mx
Log Message:
propagated changes of Wednesday Apr 08 2009
from the Feb2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/04/08 - sjoerd: runtime/pathfinder.mx,1.450.2.8
As the name suggests, docpre_nme contains PRE numbers. This needs to
be joined with FRAG_ROOT which contains NIDs. So we need a
conversion.
This fixes the error in the 1pagedoc.SF-2141012 test.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
U pathfinder.mx
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -d -r1.454 -r1.455
--- pathfinder.mx 7 Apr 2009 10:02:10 -0000 1.454
+++ pathfinder.mx 8 Apr 2009 09:30:06 -0000 1.455
@@ -2623,7 +2623,7 @@
# register the newly opened documents
open_name.append(docpre_nme.tmark(0...@0));
open_cont.append(docpre_nme.tmark(0...@0).project(cont));
-
open_docid.append(docpre_nme.hmark(0...@0).leftjoin(reverse(frag_root)));
+
open_docid.append(docpre_nme.hmark(0...@0).leftjoin(reverse(frag_root.leftfetchjoin(nid_rid).[swizzle](map_pid))));
}
return assert_order(any_pre);
}
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins