Changeset: 0b1547d8803c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0b1547d8803c
Modified Files:
        monetdb5/modules/mal/xid.c
Branch: xid
Log Message:

xid.c: fixed typo in error message


diffs (12 lines):

diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/modules/mal/xid.c
--- a/monetdb5/modules/mal/xid.c
+++ b/monetdb5/modules/mal/xid.c
@@ -294,7 +294,7 @@ XIDcompress(Client cntxt, MalBlkPtr mb, 
                if (i+1 > XID_VAL_MAX) {
                        BBPreleaseref(b->batCacheid);
                        BBPreleaseref(bn->batCacheid);
-                       throw(MAL, "xid.compress", "value too large in");
+                       throw(MAL, "xid.compress", "value too large");
                }
                col[0].value = (xid)(i+1); /* keep compression size */
                mnstr_printf(cntxt->fdout,"#xid, %d, head compress, " BUNFMT 
"," BUNFMT ", %4.2f  clk " LLFMT " usec\n",
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to