Changeset: fa592e7aa971 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fa592e7aa971
Modified Files:
        sql/backends/monet5/sql.c
Branch: default
Log Message:

one more cast


diffs (12 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -2430,7 +2430,7 @@ SQLtid(Client cntxt, MalBlkPtr mb, MalSt
                nr_parts = *getArgReference_int(stk, pci, 5);
        }
        BAT *b = store->storage_api.bind_cands(tr, t, nr_parts, part_nr);
-       b->tunique_est = BATcount(b);
+       b->tunique_est = (double)BATcount(b);
        if (b) {
                *res = b->batCacheid;
                BBPkeepref(b);
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to