Changeset: fa5606b4202f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fa5606b4202f
Modified Files:
        sql/server/rel_propagate.c
Branch: subquery
Log Message:

fixed merge problem


diffs (12 lines):

diff --git a/sql/server/rel_propagate.c b/sql/server/rel_propagate.c
--- a/sql/server/rel_propagate.c
+++ b/sql/server/rel_propagate.c
@@ -351,7 +351,7 @@ rel_alter_table_add_partition_range(sql_
        rel_psm->card = CARD_MULTI;
        rel_psm->nrcols = 0;
 
-       res = create_range_partition_anti_rel(query, mt, pt, with_nills, pmin, 
pmax);
+       res = create_range_partition_anti_rel(query, mt, pt, with_nills, (min 
&& max) ? pmin : NULL, (min && max) ? pmax : NULL);
        res->l = rel_psm;
 
        return propagate_validation_to_upper_tables(query, mt, pt, res);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to