Changeset: 702401678d79 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=702401678d79
Modified Files:
monetdb5/modules/mal/xid.c
Branch: xid
Log Message:
XIDcompress(): use OIDFMT (not XIDFMT) to print values of type oid
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
@@ -392,7 +392,7 @@ XIDcompress(Client cntxt, MalBlkPtr mb,
skip_t = (ATOMtype(tt) != TYPE_oid || (ttx == TYPE_oid && tmax - tmin >
XID_VAL_MAX));
if ((skip_h || ht == TYPE_void) && (skip_t || tt == TYPE_void)) {
/* cannot (yet?) compress */
- mnstr_printf(cntxt->fdout,"#xid NIL or too large OID " XIDFMT
":" XIDFMT", variable %d\n", hmax - hmin, tmax - tmin, getArg(pci,1));
+ mnstr_printf(cntxt->fdout,"#xid NIL or too large OID " OIDFMT
":" OIDFMT", variable %d\n", hmax - hmin, tmax - tmin, getArg(pci,1));
BBPkeepref(*ret = b->batCacheid);
return MAL_SUCCEED;
}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list