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

Modified Files:
      Tag: Feb2009
        properties.c 
Log Message:
-- Fix property inference order.


U properties.c
Index: properties.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/properties.c,v
retrieving revision 1.41.2.3
retrieving revision 1.41.2.4
diff -u -d -r1.41.2.3 -r1.41.2.4
--- properties.c        4 Feb 2009 14:27:34 -0000       1.41.2.3
+++ properties.c        9 Mar 2009 14:51:11 -0000       1.41.2.4
@@ -158,12 +158,12 @@
         PFprop_infer_const (root);
     if (req_node)
         PFprop_infer_req_node (root);
+    if (set)
+        PFprop_infer_set_extended (root);
     if (reqval)
         PFprop_infer_reqval (root);
     if (dom)
         PFprop_infer_dom (root);
-    if (set)
-        PFprop_infer_set_extended (root);
     if (icol)
         PFprop_infer_icol (root);
     if (ocols)


------------------------------------------------------------------------------
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