Changeset: 823eab4e525b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=823eab4e525b
Modified Files:
        monetdb5/mal/mal_listing.c
Branch: Dec2016
Log Message:

Be specific


diffs (12 lines):

diff --git a/monetdb5/mal/mal_listing.c b/monetdb5/mal/mal_listing.c
--- a/monetdb5/mal/mal_listing.c
+++ b/monetdb5/mal/mal_listing.c
@@ -257,7 +257,7 @@ instruction2str(MalBlkPtr mb, MalStkPtr 
                }
        }
        advance(t,base,len);
-       if (p->token == REMsymbol && strcmp(getModuleId(p),"querylog") ) {
+       if (p->token == REMsymbol && !( getModuleId(p) && 
strcmp(getModuleId(p),"querylog") == 0  && getFunctionId(p) && 
strcmp(getFunctionId(p),"define") == 0)) {
                /* do nothing */
        } else if (p->barrier) {
                if (p->barrier == LEAVEsymbol || 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to