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

Modified Files:
        opt_projection.c 
Log Message:
fixed typo


U opt_projection.c
Index: opt_projection.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_projection.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- opt_projection.c    3 Apr 2009 10:26:04 -0000       1.8
+++ opt_projection.c    8 Apr 2009 09:01:22 -0000       1.9
@@ -436,16 +436,16 @@
                     proj[i] = L(p)->sem.proj.items[i];
                     
                 /* make column name unique */
-                PFalg_col_t res = make_col_unq(p->sem.sort.res);
+                PFalg_col_t res = make_col_unq(p->sem.binary.res);
                     
                 /* add rowrank column to projection */
-                proj[count] = PFalg_proj (res, p->sem.sort.res);
+                proj[count] = PFalg_proj (res, p->sem.binary.res);
             
                 /* swap projection and current operatior */
                 *p = *PFla_project_ (
                         PFla_to (
                             LL(p), 
-                            p->sem.sort.res, 
+                            p->sem.binary.res, 
                             re_rename_col (p->sem.binary.col1, 
                                             L(p)->sem.proj.items,
                                             L(p)->schema.count),


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to