Changeset: 1f41ce525918 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1f41ce525918 Modified Files: monetdb5/mal/mal_instruction.mx Branch: default Log Message:
Property layout improvement diffs (15 lines): diff --git a/monetdb5/mal/mal_instruction.mx b/monetdb5/mal/mal_instruction.mx --- a/monetdb5/mal/mal_instruction.mx +++ b/monetdb5/mal/mal_instruction.mx @@ -2789,8 +2789,10 @@ MalProp *p = mb->prps+v->prps[i]; char *nme = PropertyName(p->idx); - if (!first) + if (!first) { *s++ = ','; + *s++ = ' '; + } if (p->var) { VarPtr v = getVar(mb, p->var); char *op = PropertyOperatorString((prop_op_t)p->op); _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list