Changeset: af63f1c45cd4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af63f1c45cd4
Modified Files:
        gdk/gdk_firstn.c
Branch: default
Log Message:

Fix merge for hge type.


diffs (21 lines):

diff --git a/gdk/gdk_firstn.c b/gdk/gdk_firstn.c
--- a/gdk/gdk_firstn.c
+++ b/gdk/gdk_firstn.c
@@ -229,7 +229,7 @@ BATfirstn_unique(BAT *b, BAT *s, BUN n, 
                        break;
 #ifdef HAVE_HGE
                case TYPE_hge:
-                       shuffle_unique(hge, LT);
+                       shuffle_unique(hge, LT, GETVAL);
                        break;
 #endif
                case TYPE_flt:
@@ -265,7 +265,7 @@ BATfirstn_unique(BAT *b, BAT *s, BUN n, 
                        break;
 #ifdef HAVE_HGE
                case TYPE_hge:
-                       shuffle_unique(hge, GT);
+                       shuffle_unique(hge, GT, GETVAL);
                        break;
 #endif
                case TYPE_flt:
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to