Changeset: c0004a0f08e4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c0004a0f08e4
Modified Files:
monetdb5/optimizer/opt_garbageCollector.c
Branch: Jul2017
Log Message:
full check of program in gc optimizer
diffs (12 lines):
diff --git a/monetdb5/optimizer/opt_garbageCollector.c
b/monetdb5/optimizer/opt_garbageCollector.c
--- a/monetdb5/optimizer/opt_garbageCollector.c
+++ b/monetdb5/optimizer/opt_garbageCollector.c
@@ -154,7 +154,7 @@ OPTgarbageCollectorImplementation(Client
/* leave a consistent scope admin behind */
setVariableScope(mb);
/* Defense line against incorrect plans */
- if (actions+1 > 0) {
+ if (actions > 0) {
chkTypes(cntxt->fdout, cntxt->nspace, mb, FALSE);
chkFlow(cntxt->fdout, mb);
chkDeclarations(cntxt->fdout, mb);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list