Changeset: d340dad0a777 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d340dad0a777
Modified Files:
monetdb5/mal/mal_parser.c
Branch: Aug2024
Log Message:
small fix: correctly set bat field in mal parser
diffs (11 lines):
diff --git a/monetdb5/mal/mal_parser.c b/monetdb5/mal/mal_parser.c
--- a/monetdb5/mal/mal_parser.c
+++ b/monetdb5/mal/mal_parser.c
@@ -1043,6 +1043,7 @@ term(Client cntxt, MalBlkPtr curBlk, Ins
tpe = typeElm(cntxt, getVarType(curBlk,
cstidx));
if (tpe < 0)
return 3;
+ cst.bat = isaBatType(tpe);
if (tpe != getVarType(curBlk, cstidx)) {
cstidx = defConstant(curBlk, tpe, &cst);
if (cstidx < 0)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]