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

Modified Files:
        prop_ocol.c 
Log Message:
-- Remove check that is bound to fail if the item column also represents
   the position values.


Index: prop_ocol.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_ocol.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- prop_ocol.c 13 Dec 2007 13:08:17 -0000      1.41
+++ prop_ocol.c 14 Dec 2007 12:16:05 -0000      1.42
@@ -962,12 +962,6 @@
         {
             unsigned int  i, j;
 
-            /* see if both operands have same number of attributes */
-            if (ocols_count (L(n)) != ocols_count (n))
-                PFoops (OOPS_FATAL,
-                        "Schema of the arguments of function application "
-                        "argument to not match");
-
             /* see if we find each attribute in all of the input relations */
             for (i = 0; i < ocols_count (L(n)); i++) {
                 for (j = 0; j < ocols_count (n); j++)


-------------------------------------------------------------------------
SF.Net email is sponsored by:
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