Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17217/compiler/algebra
Modified Files:
properties.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/properties.c,1.41.2.4
-- Fix property inference order.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
U properties.c
Index: properties.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/properties.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- properties.c 6 Feb 2009 13:01:02 -0000 1.44
+++ properties.c 10 Mar 2009 09:54:33 -0000 1.45
@@ -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)
------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins