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

Modified Files:
        opt_algebra_cse.c 
Log Message:
-- Fixed incorrect scoping of parenthesis.


U opt_algebra_cse.c
Index: opt_algebra_cse.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_algebra_cse.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- opt_algebra_cse.c   12 Jun 2009 13:06:11 -0000      1.52
+++ opt_algebra_cse.c   16 Jun 2009 13:59:43 -0000      1.53
@@ -996,8 +996,8 @@
                  for (j = 0; j < b->sem.aggr.count; j++) {
                      if ((IS_NULL (a->sem.aggr.aggr[i].col)
                           ? col_NULL
-                          : ACTCOL (L(a), a->sem.aggr.aggr[i].col) ==
-                          IS_NULL (b->sem.aggr.aggr[j].col)
+                          : ACTCOL (L(a), a->sem.aggr.aggr[i].col)) ==
+                         (IS_NULL (b->sem.aggr.aggr[j].col)
                           ? col_NULL
                           : ACTCOL (L(b), b->sem.aggr.aggr[j].col)) &&
                          (a->sem.aggr.aggr[i].kind ==


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to