Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 60141ee

Browse files
committed
Fix comment recently obsoleted
1 parent 5917574 commit 60141ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/parser/parse_type.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ LookupTypeName(ParseState *pstate, const TypeName *typeName,
189189
}
190190

191191
/*
192-
* typenameType - given a TypeName, return a Type structure and typmod
192+
* typenameType - given a TypeName, return a Type structure, typmod, and
193+
* collation
193194
*
194195
* This is equivalent to LookupTypeName, except that this will report
195196
* a suitable error message if the type cannot be found or is not defined.

0 commit comments

Comments
 (0)