Changeset: da8d9ee9a498 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=da8d9ee9a498
Modified Files:
        geom/monetdb5/geom.c
Branch: sfcgal
Log Message:

BATseqbase does not make sense anymore, just pass the hseqbase as argument in 
COLnew


diffs (19 lines):

diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c
--- a/geom/monetdb5/geom.c
+++ b/geom/monetdb5/geom.c
@@ -1727,7 +1727,6 @@ wkbDump_(bat *parentBAT_id, bat *idBAT_i
                BBPkeepref(*geomBAT_id = geomBAT->batCacheid);
 
         if (parent) {
-                   BAThseqbase(parentBAT, 0);
                BBPkeepref(*parentBAT_id = parentBAT->batCacheid);
         }
 
@@ -6570,7 +6569,6 @@ Intersectssubjoin_intern(bat *lres, bat 
                BBPunfix(*rid);
                throw(MAL, "algebra.instersects", MAL_MALLOC_FAIL);
        }
-       BAThseqbase(xl,0);
 
        xr = COLnew(0, TYPE_oid, 0, TRANSIENT);
        if ( xr == NULL){
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to