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

Commit bab2969

Browse files
committed
Fix typo
Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/d8jefpk4jtd.fsf@dalvik.ping.uio.no
1 parent 6c8be59 commit bab2969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/cache/lsyscache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ get_atttypetypmodcoll(Oid relid, AttrNumber attnum,
958958
* get_collation_name
959959
* Returns the name of a given pg_collation entry.
960960
*
961-
* Returns a palloc'd copy of the string, or NULL if no such constraint.
961+
* Returns a palloc'd copy of the string, or NULL if no such collation.
962962
*
963963
* NOTE: since collation name is not unique, be wary of code that uses this
964964
* for anything except preparing error messages.

0 commit comments

Comments
 (0)