Changeset: 74cd44dafe0f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=74cd44dafe0f
Modified Files:
gdk/gdk_bbp.mx
Branch: Dec2011
Log Message:
Make sure the size of bbptrim_t is a power of 2 by checking correct value.
diffs (12 lines):
diff --git a/gdk/gdk_bbp.mx b/gdk/gdk_bbp.mx
--- a/gdk/gdk_bbp.mx
+++ b/gdk/gdk_bbp.mx
@@ -2844,7 +2844,7 @@ typedef struct {
bat bid; /* bat id */
BUN cnt; /* bat count */
int next; /* next position in list */
-#if SIZEOF_SIZE_T == 8
+#if SIZEOF_OID == 8
size_t dummy; /* round up */
#endif
} bbptrim_t;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list