Changeset: 46e3dd166e59 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=46e3dd166e59
Modified Files:
monetdb5/modules/mal/remote.mx
Branch: default
Log Message:
remote.get: always accept void heads
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
@@ -1214,7 +1214,7 @@
if (b == NULL)
throw(MAL, "remote.bincopyto", RUNTIME_OBJECT_UNDEFINED);
- if (b->hvarsized)
+ if (b->htype != TYPE_void && b->hvarsized)
throw(ILLARG, "remote.bincopyto", "varsized-headed BATs are not
supported");
BBPincref(bid, FALSE);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list