Changeset: 7cc764b8654a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7cc764b8654a
Modified Files:
        monetdb5/optimizer/opt_pushselect.c
Branch: Mar2018
Log Message:

Add DISABLES CODE comment.


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_pushselect.c 
b/monetdb5/optimizer/opt_pushselect.c
--- a/monetdb5/optimizer/opt_pushselect.c
+++ b/monetdb5/optimizer/opt_pushselect.c
@@ -181,7 +181,7 @@ OPTpushselectImplementation(Client cntxt
                if (getModuleId(p) == sqlRef && getFunctionId(p) == deltaRef)
                        push_down_delta++;
 
-               if (0 && getModuleId(p) == sqlRef && getFunctionId(p) == 
tidRef) { /* rewrite equal table ids */
+               if (/* DISABLES CODE */ (0) && getModuleId(p) == sqlRef && 
getFunctionId(p) == tidRef) { /* rewrite equal table ids */
                        int sname = getArg(p, 2), tname = getArg(p, 3), s;
 
                        for (s = 0; s < subselects.nr; s++) {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to