Changeset: 59d70a2f314a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/59d70a2f314a
Modified Files:
sql/server/rel_unnest.c
Branch: default
Log Message:
Cleaner
diffs (14 lines):
diff --git a/sql/server/rel_unnest.c b/sql/server/rel_unnest.c
--- a/sql/server/rel_unnest.c
+++ b/sql/server/rel_unnest.c
@@ -1522,9 +1522,7 @@ push_up_set(mvc *sql, sql_rel *rel, list
set_processed(ns);
if (single || is_single(s))
set_single(ns);
- if (need_distinct(s))
- set_distinct(ns);
- if (need_distinct)
+ if (need_distinct || need_distinct(s))
set_distinct(ns);
if (is_join(rel->op)) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]