Changeset: 23269aa764cf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=23269aa764cf
Modified Files:
        sql/storage/bat/bat_storage.c
Branch: leftmart
Log Message:

still use TYPE_oid (for TYPE_void heads)


diffs (12 lines):

diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c
--- a/sql/storage/bat/bat_storage.c
+++ b/sql/storage/bat/bat_storage.c
@@ -1185,7 +1185,7 @@ create_idx(sql_trans *tr, sql_idx *ni)
                        str msg;
 
                        /* what to do with the result msg */
-                       msg = OIDXcreateImplementation(cntxt, 
newBatType(TYPE_void,type), b, -1);
+                       msg = OIDXcreateImplementation(cntxt, 
newBatType(TYPE_oid,type), b, -1);
                        assert(msg == NULL);
                        bat->bid = b->torderidx.o;
                        (void)msg;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to