Changeset: ab41bd791503 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ab41bd791503 Modified Files: monetdb5/modules/mal/orderidx.c Branch: leftmart Log Message:
Print types symbolically. diffs (12 lines): diff --git a/monetdb5/modules/mal/orderidx.c b/monetdb5/modules/mal/orderidx.c --- a/monetdb5/modules/mal/orderidx.c +++ b/monetdb5/modules/mal/orderidx.c @@ -73,7 +73,7 @@ OIDXcreateImplementation(Client cntxt, i } #ifdef _DEBUG_OIDX_ mnstr_printf(cntxt->fdout,"#bat.orderidx pieces %d\n",pieces); - mnstr_printf(cntxt->fdout,"#oidx ttype %d bat %d\n", b->ttype,tpe); + mnstr_printf(cntxt->fdout,"#oidx ttype %s bat %s\n", ATOMname(b->ttype),ATOMname(tpe)); #endif /* create a temporary MAL function to sort the BAT in parallel */ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list