Changeset: 27c9e7e92816 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=27c9e7e92816
Modified Files:
        gdk/gdk_batop.c
Branch: Mar2018
Log Message:

Keep hseqbase when appending to empty BAT.


diffs (13 lines):

diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c
--- a/gdk/gdk_batop.c
+++ b/gdk/gdk_batop.c
@@ -531,9 +531,6 @@ BATappend(BAT *b, BAT *n, BAT *s, bit fo
                }
        }
 
-       if (BATcount(b) == 0)
-               BAThseqbase(b, s ? s->hseqbase : n->hseqbase);
-
        if (b->tunique) {
                /* if b has the unique bit set, only insert values
                 * from n that don't already occur in b, and make sure
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to