Changeset: e5ced4675343 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e5ced4675343
Modified Files:
monetdb5/optimizer/opt_garbageCollector.mx
Branch: default
Log Message:
Ensure correct output
The output of a MAL program should be parseable. Therefore, some
temporary variables should be type-defined explicitly.
diffs (12 lines):
diff --git a/monetdb5/optimizer/opt_garbageCollector.mx
b/monetdb5/optimizer/opt_garbageCollector.mx
--- a/monetdb5/optimizer/opt_garbageCollector.mx
+++ b/monetdb5/optimizer/opt_garbageCollector.mx
@@ -217,6 +217,8 @@ OPTgarbageCollectorImplementation(Client
varGetProp(mb, k, keepProp) == NULL){
q= newAssignment(mb);
getArg(q,0) = k;
+ setVarUDFtype(mb,k);
+ setVarFixed(mb,k);
q= pushNil(mb,q, TYPE_bat);
q->gc |= GARBAGECONTROL;
mb->var[k]->eolife = mb->stop-1;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list