Changeset: 89443c94ca82 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=89443c94ca82
Modified Files:
        monetdb5/modules/mal/pcre.c
Branch: mal-weld
Log Message:

TODO revert this: disabled some checks in pcre.c


diffs (14 lines):

diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c
--- a/monetdb5/modules/mal/pcre.c
+++ b/monetdb5/modules/mal/pcre.c
@@ -444,8 +444,8 @@ re_likeselect(BAT **bnp, BAT *b, BAT *s,
                BUN r;
 
                assert(s->ttype == TYPE_oid || s->ttype == TYPE_void);
-               assert(s->tsorted);
-               assert(s->tkey);
+               //assert(s->tsorted);
+               //assert(s->tkey);
                /* setup candscanloop loop vars to only iterate over
                 * part of s that has values that are in range of b */
                o = b->hseqbase + BATcount(b);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to