Changeset: 42ae3f76096b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/42ae3f76096b
Modified Files:
        gdk/gdk_private.h
Branch: Jan2022
Log Message:

Extra check, especially useful for BBPdump.


diffs (12 lines):

diff --git a/gdk/gdk_private.h b/gdk/gdk_private.h
--- a/gdk/gdk_private.h
+++ b/gdk/gdk_private.h
@@ -410,7 +410,7 @@ ilog2(BUN x)
        b ? 
b->ttype==TYPE_str?b->twidth==1?"1":b->twidth==2?"2":b->twidth==4?"4":"8":"" : 
"", \
        b ? "]" : "",                                                   \
        b ? !b->batTransient ? "P" : b->theap && b->theap->parentid != 
b->batCacheid ? "V" : b->tvheap && b->tvheap->parentid != b->batCacheid ? "v" : 
"T" : "", \
-       b ? BATtdense(b) ? "D" : b->ttype == TYPE_void && b->tvheap ? "X" : 
ATOMstorage(b->ttype) == TYPE_str && GDK_ELIMDOUBLES(b->tvheap) ? "E" : "" : 
"", \
+       b ? BATtdense(b) ? "D" : b->ttype == TYPE_void && b->tvheap ? "X" : 
ATOMstorage(b->ttype) == TYPE_str && b->tvheap && GDK_ELIMDOUBLES(b->tvheap) ? 
"E" : "" : "", \
        b ? b->tsorted ? "S" : b->tnosorted ? "!s" : "" : "",           \
        b ? b->trevsorted ? "R" : b->tnorevsorted ? "!r" : "" : "",     \
        b ? b->tkey ? "K" : b->tnokey[1] ? "!k" : "" : "",              \
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to