Changeset: 3ad9fa5f7296 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3ad9fa5f7296 Modified Files: sql/server/rel_statistics_functions.c Branch: properties Log Message:
Another swap diffs (14 lines): diff --git a/sql/server/rel_statistics_functions.c b/sql/server/rel_statistics_functions.c --- a/sql/server/rel_statistics_functions.c +++ b/sql/server/rel_statistics_functions.c @@ -498,8 +498,8 @@ sql_day_propagate_statistics(mvc *sql, s } } - set_property(sql, e, PROP_MAX, atom_int(sql->sa, sql_bind_localtype(localtype), nmin)); - set_property(sql, e, PROP_MIN, atom_int(sql->sa, sql_bind_localtype(localtype), nmax)); + set_property(sql, e, PROP_MAX, atom_int(sql->sa, sql_bind_localtype(localtype), nmax)); + set_property(sql, e, PROP_MIN, atom_int(sql->sa, sql_bind_localtype(localtype), nmin)); } static void _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list