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

Modified Files:
        opt_general.brg 
Log Message:
-- Fix bug in optimization.


Index: opt_general.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_general.brg,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- opt_general.brg     7 Nov 2007 22:00:39 -0000       1.39
+++ opt_general.brg     28 Nov 2007 17:05:10 -0000      1.40
@@ -804,9 +804,7 @@
                                          proj2->sem.proj.count,
                                          proj2->sem.proj.items);
 
-                res = PFla_attach (res,
-                                   p->sem.select.att,
-                                   PFalg_lit_bln (true));
+                res = PFla_attach (res, sel, PFalg_lit_bln (true));
 
                 if (proj)
                     res = PFla_project_ (res,


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to