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

Use proper compression factor


diffs (21 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
@@ -223,8 +223,6 @@ MOScreateframeDictionary(Client cntxt, M
 #ifdef HAVE_HGE
        case TYPE_hge: makeFrame(hge); break;
 #endif
-       case TYPE_str:
-               ;
        }
 #ifdef _DEBUG_MOSAIC_
        MOSdump_frame(cntxt, task);
@@ -236,7 +234,7 @@ flt
 MOSestimate_frame(Client cntxt, MOStask task)
 {      BUN i = 0;
        int j;
-       flt factor= 1.0;
+       flt factor= 0.0;
        MosaicHdr hdr = task->hdr;
        (void) cntxt;
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to