Fix typo
Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/d8jefpk4jtd.fsf@dalvik.ping.uio.no
This commit is contained in:
parent
6c8be5962a
commit
bab2969867
2
src/backend/utils/cache/lsyscache.c
vendored
2
src/backend/utils/cache/lsyscache.c
vendored
@ -958,7 +958,7 @@ get_atttypetypmodcoll(Oid relid, AttrNumber attnum,
|
||||
* get_collation_name
|
||||
* Returns the name of a given pg_collation entry.
|
||||
*
|
||||
* Returns a palloc'd copy of the string, or NULL if no such constraint.
|
||||
* Returns a palloc'd copy of the string, or NULL if no such collation.
|
||||
*
|
||||
* NOTE: since collation name is not unique, be wary of code that uses this
|
||||
* for anything except preparing error messages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user