Changeset: 41f17dc2492a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/41f17dc2492a
Modified Files:
        monetdb5/modules/mal/pp_algebra.c
Branch: pp_hashjoin
Log Message:

With this, pp_algebra.c compiles on Windows.


diffs (21 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
@@ -3064,7 +3064,7 @@ LALGavg(Client cntxt, MalBlkPtr mb, MalS
                        goto error;
                }
                lng *rcnts = Tloc(cn, 0);
-               lng *rerrs = Tloc(rn, 0);
+               dbl *rerrs = Tloc(rn, 0);
                dbl *rvals = Tloc(bn, 0);
                oid *grps = Tloc(g, 0);
 
@@ -3129,7 +3129,7 @@ LALGavg(Client cntxt, MalBlkPtr mb, MalS
                lng *cnts = Tloc(c, 0);
                dbl *errs = Tloc(r, 0);
                lng *rcnts = Tloc(cn, 0);
-               lng *rerrs = Tloc(rn, 0);
+               dbl *rerrs = Tloc(rn, 0);
                dbl *rvals = Tloc(bn, 0);
                oid *grps = Tloc(g, 0);
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to