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

Procedures also don't have a return type


diffs (12 lines):

diff --git a/sql/server/rel_select.c b/sql/server/rel_select.c
--- a/sql/server/rel_select.c
+++ b/sql/server/rel_select.c
@@ -478,7 +478,7 @@ check_arguments_and_find_largest_any_typ
                append(nexps, e);
        }
        /* dirty hack */
-       if (sf->func->type != F_UNION && sf->func->type != F_LOADER && sf->res 
&& aa && atp)
+       if (sf->func->type != F_PROC && sf->func->type != F_UNION && 
sf->func->type != F_LOADER && sf->res && aa && atp)
                sf->res->h->data = sql_create_subtype(sql->sa, atp->type, 
atp->digits, atp->scale);
        return nexps;
 }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to