Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1228
Modified Files:
Tag: Feb2009
milgen.brg
Log Message:
Fix for bug 2686121 XQ: oids in DocmgmTape.
It is necessery to do a tmark on the result of string_join to ensure dense
void heads.
U milgen.brg
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.201.2.8
retrieving revision 1.201.2.9
diff -u -d -r1.201.2.8 -r1.201.2.9
--- milgen.brg 18 Feb 2009 11:29:08 -0000 1.201.2.8
+++ milgen.brg 13 Mar 2009 14:12:37 -0000 1.201.2.9
@@ -7468,7 +7468,9 @@
leftjoin (
reverse (var (iter_res->name)),
var (item_str->name)),
- project (var (iter->name), lit_str ("")))));
+ project (var (iter->name), lit_str ("")))),
+ assgn (var (str->name),
+ tmark(var (str->name), lit_oid (0))));
/* (In the beginning of this rule we used the head values
as iter values. This allows to ignore the back-mapping
after the string-join operator (see rule
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins