Changeset: d9fff956dba4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d9fff956dba4
Modified Files:
gdk/gdk_cand.c
Branch: default
Log Message:
make sure we set the hseqbase also on empty input bats
diffs (12 lines):
diff --git a/gdk/gdk_cand.c b/gdk/gdk_cand.c
--- a/gdk/gdk_cand.c
+++ b/gdk/gdk_cand.c
@@ -405,7 +405,7 @@ canditer_init(struct canditer *ci, BAT *
assert(ci != NULL);
if (s == NULL) {
- if (b == NULL || BATcount(b) == 0) {
+ if (b == NULL) {
/* trivially empty candidate list */
*ci = (struct canditer) {
.tpe = cand_dense,
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list