Changeset: 8b1302b1ef7d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8b1302b1ef7d
Modified Files:
        sql/storage/bat/bat_storage.c
Branch: pp_hashjoin
Log Message:

added cast


diffs (12 lines):

diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c
--- a/sql/storage/bat/bat_storage.c
+++ b/sql/storage/bat/bat_storage.c
@@ -2984,7 +2984,7 @@ double_elim_col(sql_trans *tr, sql_colum
                        if (de) {
                                BUN bytes = b->tvheap->free - GDK_VAROFFSET;
                                if (bytes > 0)
-                                       de = bytes/b->twidth;
+                                       de = (int)(bytes/b->twidth);
                        }
                }
        }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to