projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5917574
)
Fix comment recently obsoleted
author
Alvaro Herrera
Fri, 11 Feb 2011 22:42:15 +0000
(19:42 -0300)
committer
Alvaro Herrera
Fri, 11 Feb 2011 22:42:51 +0000
(19:42 -0300)
src/backend/parser/parse_type.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/parse_type.c
b/src/backend/parser/parse_type.c
index 02c1c68827ff37eddd621803e2c99048780dcb77..20cb47e712f831db014dc08d17427fe0278cb96b 100644
(file)
--- a/
src/backend/parser/parse_type.c
+++ b/
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.