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

Modified Files:
        prop_ocol.c prop_unq_names.c 
Log Message:
undo XQuery Fulltext checkin in HEAD. Updates are now in XQFT branch

Index: prop_unq_names.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_unq_names.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- prop_unq_names.c    5 Nov 2009 16:23:58 -0000       1.46
+++ prop_unq_names.c    10 Nov 2009 09:44:24 -0000      1.47
@@ -646,7 +646,7 @@
 
 /* Helper function that walks through a recursion paramter list
    and only calls the property inference for the seed expressions. */
-static void
+static void 
 prop_infer_rec_seed (PFla_op_t *n)
 {
     switch (n->kind)

Index: prop_ocol.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_ocol.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- prop_ocol.c 5 Nov 2009 16:23:58 -0000       1.77
+++ prop_ocol.c 10 Nov 2009 09:44:24 -0000      1.78
@@ -75,7 +75,7 @@
 }
 
 /**
- * Determine type of column @a col in schema @a schema.
+ * Determine type of column @a col in schema @a schema. 
  */
 PFalg_simple_type_t
 PFprop_type_of_ (PFalg_schema_t schema, PFalg_col_t col)
@@ -85,8 +85,8 @@
             return schema.items[i].type;
 
     /* you should never get there */
-    /*PFoops (OOPS_FATAL,
-                 "Type of %s not found in schema", PFcol_str (col));*/
+    PFoops (OOPS_FATAL,
+                 "Type of %s not found in schema", PFcol_str (col));
 
     return aat_int; /* satisfy picky compilers */
 }


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to