Changeset: d18e78961d26 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d18e78961d26
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: Aug2018
Log Message:

Backport 9dcdc8b627a3 to Aug2018.


diffs (15 lines):

diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -403,9 +403,9 @@ exp_bin(backend *be, sql_exp *e, stmt *l
                        (void)stmt_control_end(be, wstmt);
                        return stmt_control_end(be, ifstmt);
                } else if (e->flag & PSM_IF) {
-                       stmt *cond = exp_bin(be, e->l, left, right, grp, cnt, 
ext, sel);
+                       stmt *cond = exp_bin(be, e->l, left, right, grp, ext, 
cnt, sel);
                        stmt *ifstmt = stmt_cond(be, cond, NULL, 0, 0), *res;
-                       (void)exp_list(be, e->r, left, right, grp, cnt, ext, 
sel);
+                       (void)exp_list(be, e->r, left, right, grp, ext, cnt, 
sel);
                        res = stmt_control_end(be, ifstmt);
                        if (e->f) {
                                stmt *elsestmt = stmt_cond(be, cond, NULL, 0, 
1);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to