Fix comment recently obsoleted

pull/1/head
Alvaro Herrera 15 years ago
parent 5917574539
commit 60141eefaf
  1. 3
      src/backend/parser/parse_type.c

@ -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
* a suitable error message if the type cannot be found or is not defined.

Loading…
Cancel
Save