aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-01-03 19:12:06 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-01-03 19:12:06 -0300
commitbab2969867fbba6a6d12730f36a20d13542aea5a (patch)
tree8a0de50b44a223fd88b315302b3ec82905736377 /src
parent6c8be5962aea2eee8c366c01bbbcf5bf5ddf5294 (diff)
downloadpostgresql-bab2969867fbba6a6d12730f36a20d13542aea5a.tar.gz
postgresql-bab2969867fbba6a6d12730f36a20d13542aea5a.zip
Fix typo
Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/d8jefpk4jtd.fsf@dalvik.ping.uio.no
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/cache/lsyscache.c2
1 files changed, 1 insertions, 1 deletions
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.