Changeset: 7a402583b9e3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7a402583b9e3
Modified Files:
sql/backends/monet5/sql_scenario.c
Branch: default
Log Message:
reduce stacksize on exec's
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_scenario.c
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -1565,6 +1565,8 @@ SQLparser_body(Client c, backend *be)
freeException(other);
goto finalize;
}
+ } else if (msg == MAL_SUCCEED && !opt) {
+ c->curprg->def->vsize =
c->curprg->def->vtop; /* no optimizations, ie no need for extra variables */
}
/* we know more in this case than
chkProgram(c->fdout, c->usermodule, c->curprg->def); */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]