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

Modified Files:
        algopt.c 
Log Message:
-- Disable warning if guide optimization is turned on (while there is no guide).


Index: algopt.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/algopt.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- algopt.c    10 Jul 2007 11:11:36 -0000      1.21
+++ algopt.c    23 Jul 2007 16:21:30 -0000      1.22
@@ -294,12 +294,7 @@
                 break;
 
             case 'U':
-                if (!guide_tree) {
-                    PFinfo (OOPS_WARNING,
-                            "No guides found - guide node"
-                            " optimization is ignored");
-                    break;
-                }
+                if (!guide_tree) break;
                 tm = PFtimer_start ();
 
                 root = PFalgopt_guide (root, guide_tree);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to