From: Alvaro Herrera Date: Wed, 3 Jan 2018 22:12:06 +0000 (-0300) Subject: Fix typo X-Git-Tag: REL_11_BETA1~1003 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bab2969867fbba6a6d12730f36a20d13542aea5a;p=thirdparty%2Fpostgresql.git Fix typo Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/d8jefpk4jtd.fsf@dalvik.ping.uio.no --- diff --git a/src/backend/utils/cache/lsyscache.c b/src/backend/utils/cache/lsyscache.c index 93cdf13a6e5..e8aa179347d 100644 --- a/src/backend/utils/cache/lsyscache.c +++ b/src/backend/utils/cache/lsyscache.c @@ -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.