diff options
Diffstat (limited to 'src/backend/commands/functioncmds.c')
-rw-r--r-- | src/backend/commands/functioncmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/functioncmds.c b/src/backend/commands/functioncmds.c index 4f62e48d98f..40f1f9a1b6f 100644 --- a/src/backend/commands/functioncmds.c +++ b/src/backend/commands/functioncmds.c @@ -170,7 +170,7 @@ compute_return_type(TypeName *returnType, Oid languageOid, * Input parameters: * parameters: list of FunctionParameter structs * languageOid: OID of function language (InvalidOid if it's CREATE AGGREGATE) - * is_aggregate: needed only to determine error handling + * objtype: needed only to determine error handling and required result type * * Results are stored into output parameters. parameterTypes must always * be created, but the other arrays are set to NULL if not needed. |