Changeset: 60e88fdd2bcd for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=60e88fdd2bcd
Modified Files:
        monetdb5/modules/mal/remote.c
Branch: default
Log Message:

Fix rendering of a remote procedure statement.


diffs (12 lines):

diff --git a/monetdb5/modules/mal/remote.c b/monetdb5/modules/mal/remote.c
--- a/monetdb5/modules/mal/remote.c
+++ b/monetdb5/modules/mal/remote.c
@@ -839,7 +839,7 @@ str RMTregisterInternal(Client cntxt, st
                                mod, fcn);
        }
 
-       qry = function2str(sym->def, 0);
+       qry = function2str(sym->def,  LIST_MAL_CALL );
 #ifdef _DEBUG_REMOTE
        mnstr_printf(cntxt->fdout, "#remote.register:%s:%s\n", c->name, qry);
 #endif
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to