Changeset: fcb13a521f48 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fcb13a521f48
Modified Files:
sql/storage/store.c
Branch: check
Log Message:
fix copy/paste bug
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
@@ -1687,8 +1687,6 @@ dup_sql_column(allocator *sa, sql_table
col->storage_type = SA_STRDUP(sa, c->storage_type);
if (ol_add(t->columns, &col->base))
return NULL;
- if (ol_add(t->columns, &col->base))
- return NULL;
return col;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]