Update of /cvsroot/monetdb/pathfinder/compiler/algebra/opt
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12323

Modified Files:
        opt_projection.c 
Log Message:
fixed problem with step_join and guide_step_join


U opt_projection.c
Index: opt_projection.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_projection.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- opt_projection.c    25 Mar 2009 13:40:57 -0000      1.4
+++ opt_projection.c    1 Apr 2009 11:43:12 -0000       1.5
@@ -1112,7 +1112,7 @@
             
                 *p = *PFla_project_ (
                         PFla_step_join (
-                            LL(p), 
+                            L(p), 
                             RL(p),
                             p->sem.step.spec,
                             p->sem.step.level,
@@ -1202,7 +1202,7 @@
             
                 *p = *PFla_project_ (
                         PFla_guide_step_join (
-                            LL(p), 
+                            L(p), 
                             RL(p),
                             p->sem.step.spec,
                             p->sem.step.guide_count,


------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to