Changeset: 80232179e6d0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=80232179e6d0
Modified Files:
monetdb5/modules/mal/remote.mx
Branch: default
Log Message:
remote.get: don't try to read a heap for VOID type
diffs (12 lines):
diff --git a/monetdb5/modules/mal/remote.mx b/monetdb5/modules/mal/remote.mx
--- a/monetdb5/modules/mal/remote.mx
+++ b/monetdb5/modules/mal/remote.mx
@@ -1237,7 +1237,7 @@
b->batCount,
sendhead ? b->batCount * Hsize(b) : 0,
b->batCount * Tsize(b),
- b->tvarsized && b->batCount > 0 ? b->T->vheap->free : 0
+ b->htype != TYPE_void && b->tvarsized && b->batCount >
0 ? b->T->vheap->free : 0
);
if (sendhead)
mnstr_write(cntxt->fdout, /* head */
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list