Changeset: aa3acc447426 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/aa3acc447426
Modified Files:
        monetdb5/mal/mal_listing.c
Branch: mal_opt_output
Log Message:

Realign with rel plan.


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
@@ -283,7 +283,7 @@ fmtRemark(MalBlkPtr mb, MalStkPtr stk, I
        //optimizer remark, i=1 actions field, i=2 usec field
        if (pci && pci->argc == 3) {
                if (getFunctionId(pci)) {
-                       snprintf(aux, 128, "%-39s %d actions %ld usec",
+                       snprintf(aux, 128, "%-36s %d actions %ld usec",
                                         getFunctionId(pci),
                                         atoi(renderTerm(mb, stk, pci, 1, flg)),
                                         atol(renderTerm(mb, stk, pci, 2, 
flg)));
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to