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

Cleanup.


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
@@ -297,7 +297,6 @@ static int
                sql_error(m, 10, SQLSTATE(HY013) MAL_MALLOC_FAIL);
                goto bailout;
        } else if (eb_savepoint(&m->sa->eb)) {
-               r = NULL;
                sql_error(m, 10, "%s", m->sa->eb.msg);
                freeSymbol(c->curprg);
                goto bailout;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to