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

Modified Files:
        opt_general.brg 
Log Message:
-- Fixed bug in brg-based optimization. 
   (Added missing state-label assignments for new logical operators.)


U opt_general.brg
Index: opt_general.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_general.brg,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- opt_general.brg     25 Mar 2008 17:28:55 -0000      1.49
+++ opt_general.brg     26 Mar 2008 11:24:12 -0000      1.50
@@ -468,6 +468,7 @@
 
             *p = *PFla_lit_tbl_ (PFalg_attlist_ (acount, atts), tcount, 
tuples);
             SEEN(p) = false;
+            label (p)
         }   break;
 
         /* Rel:    cross (lit_tbl, lit_tbl) */
@@ -663,6 +664,7 @@
 
             *p = *PFla_lit_tbl_ (PFalg_attlist_ (acount, atts), tcount, 
tuples);
             SEEN(p) = false;
+            label (p)
         }   break;
 
         /* Rel:    select_ (Rel) */
@@ -879,6 +881,7 @@
 
             *p = *PFla_lit_tbl_ (PFalg_attlist_ (acount, atts), tcount, 
tuples);
             SEEN(p) = false;
+            label (p)
         }   break;
 
         /* Rel:    disjunion (EmptyRel, Rel) */
@@ -1170,7 +1173,7 @@
              */
             *p = *PFla_empty_tbl_ (p->schema);
             SEEN(p) = true;
-            relabel (p, kids);
+            label (p);
         } break;
 
         default:


-------------------------------------------------------------------------
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