Changeset: a65671379eb5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a65671379eb5 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message:
xid.c: use type oid (rather than type lng) for oid values 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 @@ -44,7 +44,7 @@ typedef struct XIDCOLUMN{ static xid XIDencode(XIDcolumn col, oid *p, oid *q) { - lng v, prev=0; + oid v, prev=0; xid i=0,scnt =0; //xid point=0, range=0,set=0; _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list