Changeset: ab10b29e2056 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ab10b29e2056
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: ordered-set-aggregates
Log Message:

fix compiler issue on ubuntu


diffs (12 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
@@ -1752,7 +1752,7 @@ exp_bin(backend *be, sql_exp *e, stmt *l
                        }
                        if (r) {
                                list *obe = r->h->data;
-                               if (obe) {
+                               if (obe && obe->h) {
                                        stmt *orderby = NULL, *orderby_vals, 
*orderby_ids, *orderby_grp;
                                        /* order by */
                                        if (grp) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to