Changeset: b83806761bbe for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b83806761bbe
Modified Files:
monetdb5/optimizer/opt_dict.c
Branch: default
Log Message:
make sure we run the usual chkFlow/Types/Program on changes caused by the dict
optimizer
diffs (18 lines):
diff --git a/monetdb5/optimizer/opt_dict.c b/monetdb5/optimizer/opt_dict.c
--- a/monetdb5/optimizer/opt_dict.c
+++ b/monetdb5/optimizer/opt_dict.c
@@ -268,10 +268,13 @@ OPTdictImplementation(Client cntxt, MalB
pushInstruction(mb, r);
getArg(p, j) = getArg(r, 0);
+ actions++;
}
}
}
- if (!done)
+ if (done)
+ actions++;
+ else
pushInstruction(mb, p);
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list