Changeset: c54136c3a55e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c54136c3a55e
Modified Files:
        sql/backends/monet5/sql_gencode.c
Branch: default
Log Message:

Adds assert for tableid in remote body gen


diffs (11 lines):

diff --git a/sql/backends/monet5/sql_gencode.c 
b/sql/backends/monet5/sql_gencode.c
--- a/sql/backends/monet5/sql_gencode.c
+++ b/sql/backends/monet5/sql_gencode.c
@@ -356,6 +356,7 @@ static int
        InstrPtr curInstr = 0, p, o;
        tid_uri *tu = ((list*)prp->value.pval)->h->data;
        sqlid table_id = tu->id;
+       assert(table_id);
        node *n;
        int i, q, v, res = -1, added_to_cache = 0, *lret, *rret;
        size_t len = 1024, nr, pwlen = 0;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to