Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18453
Modified Files:
Tag: Feb2009
pathfinder.mx
Log Message:
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.450.2.7
retrieving revision 1.450.2.8
diff -u -d -r1.450.2.7 -r1.450.2.8
--- pathfinder.mx 26 Mar 2009 09:07:57 -0000 1.450.2.7
+++ pathfinder.mx 8 Apr 2009 09:17:22 -0000 1.450.2.8
@@ -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