Changeset: 47ccd005e4b7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/47ccd005e4b7
Modified Files:
        gdk/gdk.h
Branch: ustr
Log Message:

In BAT iterator, look at tvkey property in owner of vheap.


diffs (12 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -657,7 +657,7 @@ bat_iterator_nolock(BAT *b)
                        .maxpos = isview ? BUN_NONE : b->tmaxpos,
                        .unique_est = b->tunique_est,
                        .key = b->tkey,
-                       .vkey = b->tvkey,
+                       .vkey = b->tvkey || (b->tvheap && 
BBP_desc(b->tvheap->parentid)->tvkey),
                        .nonil = b->tnonil,
                        .nil = b->tnil,
                        .sorted = b->tsorted,
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to