projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c8be59
)
Fix typo
author
Alvaro Herrera
Wed, 3 Jan 2018 22:12:06 +0000
(19:12 -0300)
committer
Alvaro Herrera
Wed, 3 Jan 2018 22:12:06 +0000
(19:12 -0300)
Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/
[email protected]
src/backend/utils/cache/lsyscache.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/cache/lsyscache.c
b/src/backend/utils/cache/lsyscache.c
index 93cdf13a6e5e1f0165126b31643dcc7304dd90c1..e8aa179347dc21078386748df2b1be52f8bd7393 100644
(file)
--- 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 co
nstraint
.
+ * Returns a palloc'd copy of the string, or NULL if no such co
llation
.
*
* NOTE: since collation name is not unique, be wary of code that uses this
* for anything except preparing error messages.