Changeset: 458c274a87ee for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=458c274a87ee
Modified Files:
        monetdb5/optimizer/opt_costModel.c
Branch: default
Log Message:

Fix compilation


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_costModel.c 
b/monetdb5/optimizer/opt_costModel.c
--- a/monetdb5/optimizer/opt_costModel.c
+++ b/monetdb5/optimizer/opt_costModel.c
@@ -132,7 +132,7 @@ OPTcostModelImplementation(Client cntxt,
                        /* copy the rows property */
                        c1 = getRowCnt(mb, getArg(p,1));
                        if (c1 != -1)
-                               setRowCnt(mb, getArg(p,0), c1);
+                               setRowCnt(mb, getArg(p,0), (BUN) c1);
                }
        }
        return 1;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to