Changeset: 4f448b864e8c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4f448b864e8c
Modified Files:
        gdk/gdk_project.c
Branch: Jun2020
Log Message:

No need to restrict second projection bat to not being double eliminated.


diffs (13 lines):

diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c
--- a/gdk/gdk_project.c
+++ b/gdk/gdk_project.c
@@ -577,8 +577,7 @@ BATproject2(BAT *restrict l, BAT *restri
                } else if (l->tnonil &&
                           r2 != NULL &&
                           (r1->tvheap == r2->tvheap ||
-                           (!GDK_ELIMDOUBLES(r1->tvheap) &&
-                            !GDK_ELIMDOUBLES(r2->tvheap) /* && size tests 
*/))) {
+                           (!GDK_ELIMDOUBLES(r1->tvheap) /* && size tests 
*/))) {
                        /* r1 and r2 may explicitly share their vheap,
                         * if they do, the result will also share the
                         * vheap; this also means that for this case we
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to