Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9643/mil

Modified Files:
        milgen.brg 
Log Message:
-- Fixed serialization of polymorphic sequences
   that contain nodes and atomic values.


U milgen.brg
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- milgen.brg  28 Mar 2008 08:21:29 -0000      1.123
+++ milgen.brg  28 Mar 2008 16:18:14 -0000      1.124
@@ -2757,10 +2757,17 @@
                     mvar_t *v = new_var (1);
                     execute (
                         assgn (var (v->name),
+                               select2 (
+                                   VAR (L(p)->env, pa_item, aat_pre),
+                                   cast (type (mty_oid), nil ()),
+                                   cast (type (mty_oid), nil ()))),
+                        assgn (var (v->name),
                                mirror (
                                    select_ (
                                        misnil (
-                                           VAR (L(p)->env, pa_item, aat_attr)),
+                                           leftjoin (
+                                               mirror (var (v->name)),
+                                               VAR (L(p)->env, pa_item, 
aat_attr))),
                                        lit_bit (true)))),
                         binsert (var (item->name),
                                  leftjoin (var (v->name),


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to