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

Add TODO.


diffs (11 lines):

diff --git a/monetdb5/modules/mosaic/mosaic.c b/monetdb5/modules/mosaic/mosaic.c
--- a/monetdb5/modules/mosaic/mosaic.c
+++ b/monetdb5/modules/mosaic/mosaic.c
@@ -697,6 +697,7 @@ MOSselect(Client cntxt, MalBlkPtr mb, Ma
        if( b == NULL)
                        throw(MAL, "mosaic.select",RUNTIME_OBJECT_MISSING);
 
+       // TODO: why is this task on the heap?
        task= (MOStask) GDKzalloc(sizeof(*task));
        if( task == NULL){
                BBPunfix(b->batCacheid);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to