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

Modified Files:
        opt_thetajoin.c 
Log Message:
-- 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.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- opt_thetajoin.c     16 Jun 2009 14:01:25 -0000      1.45
+++ opt_thetajoin.c     24 Jun 2009 20:03:25 -0000      1.46
@@ -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