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

Modified Files:
      Tag: XQuery_0-18
        milprint_summer.c 
Log Message:
[ 1694814 ] PF: NULL BAT has a 340 head, but tail is NULL.

- one more problem with copying a 'shallow copied' nodes a second time
  (they should *remain* shallow copied).



Index: milprint_summer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint_summer.c,v
retrieving revision 1.387.2.1
retrieving revision 1.387.2.2
diff -u -d -r1.387.2.1 -r1.387.2.2
--- milprint_summer.c   6 Jun 2007 13:36:29 -0000       1.387.2.1
+++ milprint_summer.c   8 Jun 2007 15:52:59 -0000       1.387.2.2
@@ -2879,6 +2879,7 @@
                 "var attr_qn := mposjoin(attr_item, attr_cont, 
ws.fetch(ATTR_QN)).seqbase(seqb);\n"
                 /* get old OID reference and copy it into the new attribute */
                 "var attr_oid := mposjoin(attr_item, attr_cont, 
ws.fetch(ATTR_PROP)).seqbase(seqb);\n"
+                "attr_cont := mposjoin(attr_cont, attr_cont, 
ws.fetch(ATTR_CONT)).seqbase(seqb);\n"
                 /* get the iters and their corresponding new pre value (roots) 
and
                    multiply them for all the attributes */
                 "var attr_own := iter%03u.reverse().leftfetchjoin(roots);\n"


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to