Changeset: 40012006203d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/40012006203d
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: directappend
Log Message:

Use directappend for all tables, not just those named 'banana' or 'dummy'


diffs (13 lines):

diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -4397,9 +4397,6 @@ can_use_appendfrom(sql_rel *rel)
                        return NULL;
        }
 
-       if (strcmp(destination_table->base.name, "banana") != 0 && 
strcmp(destination_table->base.name, "dummy") != 0)
-               return NULL;
-
        return copy_from;
 }
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to