Changeset: e12690b1f528 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e12690b1f528 Modified Files: gdk/gdk_project.c Branch: Oct2020 Log Message:
Don't use storage type for things where semantics count. e.g. when checking for nil. diffs (12 lines): diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c --- a/gdk/gdk_project.c +++ b/gdk/gdk_project.c @@ -612,7 +612,7 @@ BATproject2(BAT *restrict l, BAT *restri } if (!stringtrick && tpe != TYPE_oid) - tpe = ATOMstorage(tpe); + tpe = ATOMbasetype(tpe); switch (tpe) { case TYPE_bte: res = project_bte(bn, l, lci, r1, r2); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list