Changeset: 2033cfdf32db for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2033cfdf32db
Modified Files:
        sql/backends/monet5/rel_tvtree.c
Branch: nested
Log Message:

Fixes typo


diffs (12 lines):

diff --git a/sql/backends/monet5/rel_tvtree.c b/sql/backends/monet5/rel_tvtree.c
--- a/sql/backends/monet5/rel_tvtree.c
+++ b/sql/backends/monet5/rel_tvtree.c
@@ -103,7 +103,7 @@ append_values_from_varchar(backend *be, 
 
        switch(t->tvt) {
                case TV_BASIC:
-                       assert(sl->type == result || sl->type == st_list);
+                       assert(sl->type == st_result || sl->type == st_list);
 
                        if (sl->type == st_result)
                                list_append(t->vals, sl);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to