Changeset: 795a98661f1b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=795a98661f1b
Modified Files:
monetdb5/mal/mal_profiler.c
Branch: profiler
Log Message:
Enable beautified statements
diffs (21 lines):
diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c
--- a/monetdb5/mal/mal_profiler.c
+++ b/monetdb5/mal/mal_profiler.c
@@ -212,7 +212,7 @@ renderProfilerEvent(MalBlkPtr mb, MalStk
//GDKfree(stmt);
// ship the beautified version as well
-/*
+
stmt = shortStmtRendering(mb, stk, pci);
stmtq = mal_quote(stmt, strlen(stmt));
if (stmtq != NULL) {
@@ -220,7 +220,7 @@ renderProfilerEvent(MalBlkPtr mb, MalStk
GDKfree(stmtq);
}
GDKfree(stmt);
-*/
+
// collect the prerequisite pre-requisite statements
prereq[0]='[';
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list