Changeset: 2b525077ea2d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2b525077ea2d
Modified Files:
        monetdb5/mal/mal_interpreter.c
Branch: compressedcandidates
Log Message:

TYPE_msk is a physical replacement for TYPE_oid


diffs (12 lines):

diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c
--- a/monetdb5/mal/mal_interpreter.c
+++ b/monetdb5/mal/mal_interpreter.c
@@ -658,6 +658,8 @@ str runMALsequence(Client cntxt, MalBlkP
                                                assert(bid == 0 ||
                                                           is_bat_nil(bid) ||
                                                           t == TYPE_any ||
+                                                          (_b->ttype  == 
TYPE_msk && (t == TYPE_oid || t == TYPE_void)) ||
+                                                          (t  == TYPE_msk && 
(_b->ttype == TYPE_oid || _b->ttype == TYPE_void)) ||
                                                           ATOMtype(_b->ttype) 
== ATOMtype(t));
                                                if(_b) BBPunfix(bid);
                                        } else {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to