Changeset: c2462ed5a669 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c2462ed5a669
Modified Files:
monetdb5/modules/mal/pp_algebra.c
Branch: pp_hashjoin
Log Message:
correct type for overflow
diffs (12 lines):
diff --git a/monetdb5/modules/mal/pp_algebra.c
b/monetdb5/modules/mal/pp_algebra.c
--- a/monetdb5/modules/mal/pp_algebra.c
+++ b/monetdb5/modules/mal/pp_algebra.c
@@ -3070,7 +3070,7 @@ LALGavg(Client cntxt, MalBlkPtr mb, MalS
QryCtx *qry_ctx = MT_thread_get_qry_ctx();
qry_ctx = qry_ctx ? qry_ctx : &(QryCtx) {.endtime = 0};
- int overflow = 0;
+ lng overflow = 0;
switch (ATOMbasetype(b->ttype)) {
case TYPE_flt: {
flt *vals = Tloc(b, 0);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]