Changeset: a8ae01bd155d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a8ae01bd155d
Modified Files:
sql/server/rel_optimize_proj.c
Branch: balanced_union
Log Message:
Compile without having to comment out half the file
diffs (12 lines):
diff --git a/sql/server/rel_optimize_proj.c b/sql/server/rel_optimize_proj.c
--- a/sql/server/rel_optimize_proj.c
+++ b/sql/server/rel_optimize_proj.c
@@ -1422,6 +1422,8 @@ bind_optimize_unions_bottomup(visitor *v
int flag = v->sql->sql_optimizer;
return gp->opt_level == 1 && gp->cnt[op_munion] && (flag &
optimize_unions_bottomup)
? rel_optimize_munions_bottomup : NULL;
+ // TODO: remove the next return
+ return rel_optimize_unions_bottomup;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]