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

fixed grouping for general fixed sized, use proper type


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
@@ -1611,8 +1611,8 @@ LALGgroup_unique(Client ctx, bat *rid, b
 #define afgroup() \
            assert(h->hsh && h->cmp); \
                int w = b->twidth; \
-               group_(char *, \
-                       char *, \
+               group_(char, \
+                       char, \
                        , \
                        char *ivals = Tloc(b, 0), \
                        , \
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to