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

Partially revert changeset ca632736e2e2.
Use storage type after all.


diffs (12 lines):

diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c
--- a/gdk/gdk_batop.c
+++ b/gdk/gdk_batop.c
@@ -1703,7 +1703,7 @@ BATconstant(int tailtype, const void *v,
        if (bn == NULL)
                return NULL;
        p = Tloc(bn, bn->batFirst);
-       switch (ATOMbasetype(tailtype)) {
+       switch (ATOMstorage(tailtype)) {
        case TYPE_void:
                v = &oid_nil;
                BATseqbase(BATmirror(bn), oid_nil);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to