Changeset: c8d1ed665259 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c8d1ed665259
Modified Files:
        monetdb5/optimizer/opt_wrapper.c
Branch: default
Log Message:

make sure we can startup (ie disable to much debug output).


diffs (24 lines):

diff --git a/monetdb5/optimizer/opt_wrapper.c b/monetdb5/optimizer/opt_wrapper.c
--- a/monetdb5/optimizer/opt_wrapper.c
+++ b/monetdb5/optimizer/opt_wrapper.c
@@ -104,8 +104,8 @@ str OPTwrapper (Client cntxt, MalBlkPtr 
        str msg = MAL_SUCCEED;
        lng clk;
 
-    if (cntxt->mode == FINISHCLIENT)
-        throw(MAL, "optimizer", "prematurely stopped client");
+       if (cntxt->mode == FINISHCLIENT)
+               throw(MAL, "optimizer", "prematurely stopped client");
 
        if( p == NULL)
                throw(MAL, "opt_wrapper", "missing optimizer statement");
@@ -154,8 +154,7 @@ str OPTwrapper (Client cntxt, MalBlkPtr 
        if (codes[i].nme == 0)
                throw(MAL, optimizer, "Optimizer implementation '%s' missing", 
fcnnme);
 
-       //OPTIMIZERDEBUG {
-       {
+       OPTIMIZERDEBUG {
                fprintf(stderr,"=FINISHED %s  %d\n",optimizer, actions);
                fprintFunction(stderr,mb,0,LIST_MAL_DEBUG );
        }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to