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

Modified Files:
        prop_req_node.c 
Log Message:
propagated changes of Monday Mar 09 2009 - Tuesday Mar 10 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/03/09 - tsheyar: compiler/algebra/prop/prop_req_node.c,1.14.2.2
-- Node Property Inference: avoid incorrect check.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U prop_req_node.c
Index: prop_req_node.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_req_node.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- prop_req_node.c     1 Feb 2009 22:34:35 -0000       1.15
+++ prop_req_node.c     10 Mar 2009 09:55:00 -0000      1.16
@@ -502,8 +502,8 @@
 
         case la_cast:
             assert ((type_of (n, n->sem.type.col) & aat_node) == 0);
-        case la_type:
             assert ((type_of (n, n->sem.type.res) & aat_node) == 0);
+        case la_type:
             break;
 
         case la_type_assert:


------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to