Changeset: d4bdabe6171e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4bdabe6171e
Modified Files:
        MonetDB5/src/optimizer/opt_costModel.mx
Branch: Jun2010
Log Message:

fixed format string:
type of variable k changed from lng to wrd,
hence, we change the format string from LLFMT to SSZFMT


diffs (12 lines):

diff -r a1e4fc3e2207 -r d4bdabe6171e MonetDB5/src/optimizer/opt_costModel.mx
--- a/MonetDB5/src/optimizer/opt_costModel.mx   Fri Aug 06 11:46:59 2010 +0200
+++ b/MonetDB5/src/optimizer/opt_costModel.mx   Sat Aug 07 16:04:35 2010 +0200
@@ -100,7 +100,7 @@
                k = (@3);
                varSetProp(mb, getArg(p,@4), rowsProp, op_eq, 
VALset(&v,TYPE_wrd,&k));
 #ifdef DEBUG_OPT_COSTMODEL
-               stream_printf(cntxt->fdout,"COST of @1 @2 into @4: " LLFMT 
"\n",k);
+               stream_printf(cntxt->fdout,"COST of @1 @2 into @4: " SSZFMT 
"\n",k);
                printInstruction(cntxt->fdout,mb,0,p,0);
 #endif
 }
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to