Changeset: a10ee1199b4a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a10ee1199b4a Modified Files: sql/storage/store.c Branch: antipush Log Message:
Merged with default diffs (12 lines): diff --git a/sql/storage/store.c b/sql/storage/store.c --- a/sql/storage/store.c +++ b/sql/storage/store.c @@ -6028,7 +6028,7 @@ int sql_trans_is_duplicate_eliminated( sql_trans *tr, sql_column *col ) { sqlstore *store = tr->store; - if (col && isTable(col->t) && ATOMvarsized(col->type.type->localtype) && store->storage_api.double_elim_col) + if (col && isTable(col->t) && ATOMstorage(col->type.type->localtype) == TYPE_str && store->storage_api.double_elim_col) return store->storage_api.double_elim_col(tr, col); return 0; } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list