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

Modified Files:
      Tag: M5XQ
        opt_thetajoin.c 
Log Message:
propagated changes of Wednesday Jun 24 2009 - Thursday Jun 25 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/06/24 - tsheyar: compiler/algebra/opt/opt_thetajoin.c,1.46
-- Fix incorrect reference.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U opt_thetajoin.c
Index: opt_thetajoin.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_thetajoin.c,v
retrieving revision 1.40.2.5
retrieving revision 1.40.2.6
diff -u -d -r1.40.2.5 -r1.40.2.6
--- opt_thetajoin.c     20 Jun 2009 10:17:23 -0000      1.40.2.5
+++ opt_thetajoin.c     25 Jun 2009 14:37:13 -0000      1.40.2.6
@@ -1187,7 +1187,7 @@
                 /******************** thetajoin check ************************/
 
                 unsigned int count = 0;
-                PFarray_t   *pred = p->sem.thetajoin_opt.pred;
+                PFarray_t   *pred = L(p)->sem.thetajoin_opt.pred;
                 
                 /* The following rewrite is incorrect if we have a real
                    thetajoin as the thetajoin arguments filter out some
@@ -1269,7 +1269,7 @@
                 /******************** thetajoin check ************************/
 
                 unsigned int count = 0;
-                PFarray_t   *pred = p->sem.thetajoin_opt.pred;
+                PFarray_t   *pred = L(p)->sem.thetajoin_opt.pred;
                 
                 /* The following rewrite is incorrect if we have a real
                    thetajoin as the thetajoin arguments filter out some


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

Reply via email to