Changeset: b33eba6cfb09 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b33eba6cfb09
Modified Files:
gdk/gdk_bat.c
Branch: xid
Log Message:
BATassertHeadProps: revised layout of changeset 805110fd0096
as per Sjoerd's suggestion.
Thanks for watching and advising!
diffs (17 lines):
diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c
--- a/gdk/gdk_bat.c
+++ b/gdk/gdk_bat.c
@@ -2892,9 +2892,11 @@ BATassertHeadProps(BAT *b)
return;
}
+ if (b->htype == TYPE_oid && b->H->heap.xidcompressed) {
+ /* no further property checking on xid-compressed BATs */
+ return;
+ }
- /* no property checking on xid-compressed BATs */
- if (b->htype != TYPE_oid || !b->H->heap.xidcompressed)
PROPDEBUG { /* only do a scan if property checking is requested */
if (b->hsorted || b->hrevsorted || !b->hkey) {
/* if sorted (either way), or we don't have to
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list