Changeset: f4affdc9fab0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f4affdc9fab0
Modified Files:
monetdb5/modules/mal/xid.c
Branch: xid
Log Message:
Typos.
diffs (30 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
@@ -17,7 +17,7 @@
*All Rights Reserved.
*/
/*
- * author Martin Kersten
+ * author Martin Kersten, Stefan Manegold
* Light-weight compress oid columns to reduce temporary storage footprint.
*/
@@ -95,7 +95,7 @@ XIDencode(BUN *rtrn, XIDcolumn col, oid
prev= v;
//mnstr_printf(GDKout,"xidset " BUNFMT " "
XIDFMT "\n",i,(xid) (v - col[i-1].x.val));
} else {
- if (scnt == 1) {
+ if (scnt == 1) { /* simplify decoding */
col[i].x.tag = XIDPOINT;
col[i].x.val = prev;
scnt =0;
@@ -117,7 +117,7 @@ XIDencode(BUN *rtrn, XIDcolumn col, oid
prev= v;
//mnstr_printf(GDKout,"xidset " BUNFMT " "
XIDFMT "\n",i,(xid) (v - col[i-1].x.val));
} else {
- if (scnt == 1) {
+ if (scnt == 1) { /* simplify decoding */
col[i].x.tag = XIDPOINT;
col[i].x.val = prev;
scnt =0;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list