Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19474/compiler/mil

Modified Files:
        milgen.brg 
Log Message:
propagated changes of Friday Mar 13 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/03/13 - lsidir: compiler/mil/milgen.brg,1.201.2.9
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.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- milgen.brg  10 Mar 2009 12:20:43 -0000      1.209
+++ milgen.brg  13 Mar 2009 17:48:41 -0000      1.210
@@ -7485,7 +7485,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

Reply via email to