Changeset: 888adcff7be8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=888adcff7be8
Modified Files:
        gdk/gdk_bat.c
Branch: Aug2018
Log Message:

Allow shared string heaps in BUNappend.
We already called unshare_string_heap to materialize the string heap.


diffs (12 lines):

diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c
--- a/gdk/gdk_bat.c
+++ b/gdk/gdk_bat.c
@@ -1008,7 +1008,7 @@ BUNappend(BAT *b, const void *t, bool fo
 
        BATcheck(b, "BUNappend", GDK_FAIL);
 
-       assert(!isVIEW(b));
+       assert(!VIEWtparent(b));
        if (b->tunique && BUNfnd(b, t) != BUN_NONE) {
                return GDK_SUCCEED;
        }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to