Changeset: 75a9c6a24aa7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=75a9c6a24aa7
Modified Files:
        sql/storage/store.c
Branch: Apr2012
Log Message:

work around bug in old bool func/aggr column conversion.


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
@@ -752,6 +752,8 @@ load_func(sql_trans *tr, sql_schema *s, 
                                t -> res = a->type;
                        } else {
                                list_append(t->ops, a);
+                               if (t->type == F_FUNC)
+                                       t->type = F_PROC;
                        }
                } else {
                        list_append(t->ops, a);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to