Changeset: 47f94d7479d8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=47f94d7479d8
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: default
Log Message:

small cleanup


diffs (13 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
@@ -1199,8 +1199,7 @@ recompilequery:
                 * The default action is to print them out at the end of the
                 * query block.
                 */
-               //if (be->q || opt)
-                       pushEndInstruction(c->curprg->def);
+               pushEndInstruction(c->curprg->def);
 
                chkTypes(c->fdout, c->nspace, c->curprg->def, TRUE);    /* 
resolve types */
                if (opt) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to