Changeset: 4c79c05fba27 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4c79c05fba27
Modified Files:
        monetdb5/modules/kernel/aggr.c
Branch: default
Log Message:

back-port minor changes from 'pipeline'


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/aggr.c b/monetdb5/modules/kernel/aggr.c
--- a/monetdb5/modules/kernel/aggr.c
+++ b/monetdb5/modules/kernel/aggr.c
@@ -24,7 +24,7 @@ AGGRgrouped(bat *retval1, bat *retval2, 
                        const bat *quantile,
                        const char *malfunc)
 {
-       BAT *b, *g, *e, *s, *bn = NULL, *cnts, *q = NULL;
+       BAT *b, *g, *e, *s, *bn = NULL, *cnts = NULL, *q = NULL;
        double qvalue;
 
        /* exactly one of grpfunc1, grpfunc2 and quantilefunc is non-NULL */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to