Changeset: cb602661cf43 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cb602661cf43
Modified Files:
        gdk/gdk_bat.c
Branch: mosaic
Log Message:

Turn off property check on mosaic heap
At a later stage we should add mosaic specific checks.


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
@@ -3032,6 +3032,8 @@ BATassertProps(BAT *b)
 
        /* general BAT sanity */
        assert(b != NULL);
+       if( b->T->heap.compressed)
+               return;
        bm = BATmirror(b);
        assert(bm != NULL);
        assert(b->H == bm->T);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to