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

Modified Files:
        opt_complex.c 
Log Message:
-- activate property inference that got lost


Index: opt_complex.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_complex.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- opt_complex.c       14 Jan 2008 14:03:25 -0000      1.38
+++ opt_complex.c       22 Jan 2008 15:28:48 -0000      1.39
@@ -1390,9 +1390,9 @@
     */
     PFprop_infer_level (root);
     PFprop_infer_icol (root);
-    PFprop_infer_dom (root);
     PFprop_infer_set (root);
     PFprop_infer_reqval (root);
+    PFprop_infer_dom (root);
     PFprop_infer_refctr (root);
 
     /* Optimize algebra tree */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to