Changeset: db401643ddf0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db401643ddf0
Modified Files:
        monetdb5/modules/mosaic/mosaic_frame.c
Branch: mosaic
Log Message:

Add TODO.


diffs (11 lines):

diff --git a/monetdb5/modules/mosaic/mosaic_frame.c 
b/monetdb5/modules/mosaic/mosaic_frame.c
--- a/monetdb5/modules/mosaic/mosaic_frame.c
+++ b/monetdb5/modules/mosaic/mosaic_frame.c
@@ -128,6 +128,7 @@ MOSskip_frame(MOStask task)
 
 // store it in the compressed heap header directly
 // filter out the most frequent ones
+// TODO: I think it is safer to use the minimum value as base frame.
 #define makeFrame(TPE)\
 {      TPE v,*val = ((TPE*)task->src) + task->start, frame = *val, delta;\
        BUN limit = task->stop - task->start > MOSAICMAXCNT? MOSAICMAXCNT: 
task->stop - task->start;\
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to