Commit 60141eef authored by Alvaro Herrera's avatar Alvaro Herrera

Fix comment recently obsoleted

parent 59175745
...@@ -189,7 +189,8 @@ LookupTypeName(ParseState *pstate, const TypeName *typeName, ...@@ -189,7 +189,8 @@ LookupTypeName(ParseState *pstate, const TypeName *typeName,
} }
/* /*
* typenameType - given a TypeName, return a Type structure and typmod * typenameType - given a TypeName, return a Type structure, typmod, and
* collation
* *
* This is equivalent to LookupTypeName, except that this will report * This is equivalent to LookupTypeName, except that this will report
* a suitable error message if the type cannot be found or is not defined. * a suitable error message if the type cannot be found or is not defined.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment