From bab2969867fbba6a6d12730f36a20d13542aea5a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 3 Jan 2018 19:12:06 -0300 Subject: Fix typo Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/d8jefpk4jtd.fsf@dalvik.ping.uio.no --- src/backend/utils/cache/lsyscache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/cache/lsyscache.c') 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. -- cgit v1.2.3