Changeset: 504c743c1bf4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/504c743c1bf4
Modified Files:
monetdb5/modules/mal/pp_algebra.c
Branch: pp_hashjoin
Log Message:
keep order of statement a bit consistent
diffs (14 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
@@ -3063,9 +3063,9 @@ LALGavg(Client cntxt, MalBlkPtr mb, MalS
err = createException(MAL, "pp aggr.avg",
GDK_EXCEPTION);
goto error;
}
+ dbl *rvals = Tloc(bn, 0);
lng *rcnts = Tloc(cn, 0);
dbl *rerrs = Tloc(rn, 0);
- dbl *rvals = Tloc(bn, 0);
oid *grps = Tloc(g, 0);
QryCtx *qry_ctx = MT_thread_get_qry_ctx();
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]