Changeset: 63f7119c9977 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/63f7119c9977
Modified Files:
        monetdb5/optimizer/opt_projectionpath.c
Branch: default
Log Message:

Wrap with extra optimizer with define code.


diffs (17 lines):

diff --git a/monetdb5/optimizer/opt_projectionpath.c 
b/monetdb5/optimizer/opt_projectionpath.c
--- a/monetdb5/optimizer/opt_projectionpath.c
+++ b/monetdb5/optimizer/opt_projectionpath.c
@@ -288,10 +288,12 @@ OPTprojectionpathImplementation(Client c
         * First experiments on tpch SF10- Q7, showed significant decrease in 
performance
         * Also a run against SF-100 did not show improvement in Q7
         * Also there are collateral damages in the testweb.
+        */
+#ifdef ELIMCOMMONPREFIX
         if( OPTdeadcodeImplementation(cntxt, mb, 0, 0) == MAL_SUCCEED){
                actions += OPTprojectionPrefix(cntxt, mb);
        }
-        */
+#endif
 
     /* Defense line against incorrect plans */
     if( actions > 0){
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to