Changeset: 876df192e2ed for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/876df192e2ed
Modified Files:
        sql/backends/monet5/sql_gencode.c
Branch: Dec2023
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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to