Changeset: 2453e93237a2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2453e93237a2
Modified Files:
sql/backends/monet5/rel_bin.c
Branch: pushcands
Log Message:
also clear psub when all projection expressions used the candidate.
diffs (11 lines):
diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -3526,6 +3526,7 @@ rel2bin_project(backend *be, sql_rel *re
}
} else if (sub && sub->cand && used == list_length(rel->exps)) {
sub = used_cands(sub);
+ psub = used_cands(psub);
}
if (psub->cand && rel->r) { /* for now we first handle the candidates */
if (sub)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list