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

Modified Files:
        builtins.c 
Log Message:
-- Fix order of function call arguments.


U builtins.c
Index: builtins.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/builtins.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- builtins.c  12 Jun 2009 13:06:07 -0000      1.125
+++ builtins.c  14 Jun 2009 10:39:49 -0000      1.126
@@ -4875,8 +4875,8 @@
     PFla_op_t *count = simple_aggr (
                            project (args[0].rel,
                                     proj (col_iter, col_iter)),
-                           alg_aggr_count,
                            col_iter,
+                           alg_aggr_count,
                            col_item,
                            col_NULL);
 


------------------------------------------------------------------------------
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