Update of /cvsroot/monetdb/pathfinder/compiler/algebra/map
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18601/algebra/map

Modified Files:
        intro_thetajoin.c map_ori_names.c map_unq_names.c 
Log Message:
-- The endless Odyssey through the pathfinder code checking
   for correct initialization of global variables (FINAL PART).

   This time---checking all files in folders:
    o compiler/include
    o compiler/algebra/map
    o compiler/algebra/opt
    o compiler/algebra/prop


U intro_thetajoin.c
Index: intro_thetajoin.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/intro_thetajoin.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- intro_thetajoin.c   19 Mar 2008 14:44:03 -0000      1.19
+++ intro_thetajoin.c   3 Apr 2008 11:03:02 -0000       1.20
@@ -548,7 +548,7 @@
             LEFT_COLS(n)  = att_NULL;
             RIGHT_COLS(n) = att_NULL;
             break;
-            
+
         case la_proxy:
         case la_proxy_base:
             break;

U map_ori_names.c
Index: map_ori_names.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/map_ori_names.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- map_ori_names.c     17 Mar 2008 17:41:13 -0000      1.32
+++ map_ori_names.c     3 Apr 2008 11:03:13 -0000       1.33
@@ -249,7 +249,7 @@
                         { .name = ONAME(p, p->schema.items[i].name),
                           .type = p->schema.items[i].type };
 
-            res = PFla_ref_tbl_ (p->sem.ref_tbl.name, 
+            res = PFla_ref_tbl_ (p->sem.ref_tbl.name,
                                  schema,
                                  p->sem.ref_tbl.tatts,
                                  p->sem.ref_tbl.keys);
@@ -948,7 +948,7 @@
                     (struct PFalg_schm_item_t)
                         { .name = ONAME(p, p->schema.items[i].name),
                           .type = p->schema.items[i].type };
-    
+
             res = fun_call (O(L(p)), O(R(p)),
                             schema,
                             p->sem.fun_call.kind,
@@ -957,7 +957,7 @@
                             ONAME(L(p), p->sem.fun_call.iter),
                             p->sem.fun_call.occ_ind);
         }   break;
-        
+
         case la_fun_param:
         {
             PFalg_schema_t schema;
@@ -970,14 +970,14 @@
                     (struct PFalg_schm_item_t)
                         { .name = ONAME(p, p->schema.items[i].name),
                           .type = p->schema.items[i].type };
-    
+
             res = fun_param (PROJ(LEFT, p), O(R(p)), schema);
         }   break;
-        
+
         case la_fun_frag_param:
             res = fun_frag_param (O(L(p)), O(R(p)), p->sem.col_ref.pos);
             break;
-            
+
         case la_proxy:
         case la_proxy_base:
             PFoops (OOPS_FATAL,
@@ -1024,7 +1024,7 @@
     map_ori_names (root, map);
 
     /* return algebra DAG with original bit-encoded names */
-    return O (root);
+    return O(root);
 }
 
 /* vim:set shiftwidth=4 expandtab filetype=c: */

U map_unq_names.c
Index: map_unq_names.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/map_unq_names.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- map_unq_names.c     17 Mar 2008 17:41:13 -0000      1.31
+++ map_unq_names.c     3 Apr 2008 11:03:19 -0000       1.32
@@ -185,8 +185,8 @@
                         { .name = UNAME(p, p->schema.items[i].name),
                           .type = p->schema.items[i].type };
 
-    
-            res = PFla_ref_tbl_ (p->sem.ref_tbl.name, 
+
+            res = PFla_ref_tbl_ (p->sem.ref_tbl.name,
                                  schema,
                                  p->sem.ref_tbl.tatts,
                                  p->sem.ref_tbl.keys);
@@ -858,7 +858,7 @@
                     (struct PFalg_schm_item_t)
                         { .name = UNAME(p, p->schema.items[i].name),
                           .type = p->schema.items[i].type };
-    
+
             res = fun_call (U(L(p)), U(R(p)),
                             schema,
                             p->sem.fun_call.kind,
@@ -867,7 +867,7 @@
                             UNAME(L(p), p->sem.fun_call.iter),
                             p->sem.fun_call.occ_ind);
         }   break;
-        
+
         case la_fun_param:
         {
             PFalg_schema_t schema;
@@ -880,14 +880,14 @@
                     (struct PFalg_schm_item_t)
                         { .name = UNAME(p, p->schema.items[i].name),
                           .type = p->schema.items[i].type };
-    
+
             res = fun_param (U(L(p)), U(R(p)), schema);
         }   break;
-        
+
         case la_fun_frag_param:
             res = fun_frag_param (U(L(p)), U(R(p)), p->sem.col_ref.pos);
             break;
-            
+
         case la_proxy:
         case la_proxy_base:
             PFoops (OOPS_FATAL,
@@ -939,7 +939,7 @@
     map_unq_names (root, map);
 
     /* return algebra DAG with unique names */
-    return U (root);
+    return U(root);
 }
 
 /* vim:set shiftwidth=4 expandtab filetype=c: */


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to