From 361b8aac87fb3d4e4c968555459f1cedec489440 Mon Sep 17 00:00:00 2001 From: Himanshu Upadhyaya Date: Mon, 7 Sep 2020 16:48:22 +0530 Subject: [PATCH v1] FIX- for incorrect comment for UNKNOWN input type for polymorphic arguments --- src/backend/parser/parse_coerce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/parser/parse_coerce.c b/src/backend/parser/parse_coerce.c index 1b11cf731c..36d6483c24 100644 --- a/src/backend/parser/parse_coerce.c +++ b/src/backend/parser/parse_coerce.c @@ -2155,7 +2155,7 @@ enforce_generic_type_consistency(const Oid *actual_arg_types, else { /* - * Only way to get here is if all the polymorphic args have + * Only way to get here is if all the family-1 polymorphic args have * UNKNOWN inputs */ ereport(ERROR, -- 2.25.1