Update of /cvsroot/monetdb/pathfinder/compiler/algebra/prop
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14279/algebra/prop

Modified Files:
      Tag: XQuery_0-24
        prop_req_node.c 
Log Message:
-- bugfixes:
   o remove incorrect consistency check
   o only infer the subplan once.


U prop_req_node.c
Index: prop_req_node.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_req_node.c,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -d -r1.6 -r1.6.4.1
--- prop_req_node.c     9 Apr 2008 07:15:06 -0000       1.6
+++ prop_req_node.c     2 Jun 2008 12:58:32 -0000       1.6.4.1
@@ -448,6 +448,7 @@
             /* the output cannot be of type node */
             if (!n->sem.aggr.part) {
                 prop_infer_req_node_vals (L(n), NULL);
+                return; /* only infer once */
             }
             break;
 
@@ -803,7 +804,6 @@
             if (map) {
                 req_node_t map_item = *map;
                 map_item.col = n->sem.merge_adjacent.item_in;
-                assert (map_item.constr == true);
                 ADD(new_map, map_item);
             }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to