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

Modified Files:
      Tag: Feb2009
        prop_req_node.c 
Log Message:
-- 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.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- prop_req_node.c     31 Jan 2009 22:25:03 -0000      1.14.2.1
+++ prop_req_node.c     9 Mar 2009 14:57:35 -0000       1.14.2.2
@@ -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:


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to