projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50624c
)
Fix typo in collationcmds.c
author
Michael Paquier
<
[email protected]
>
Mon, 5 Apr 2021 02:18:12 +0000
(11:18 +0900)
committer
Michael Paquier
<
[email protected]
>
Mon, 5 Apr 2021 02:18:12 +0000
(11:18 +0900)
Introduced by
51e225d
.
Author: Anton Voloshin
Discussion: https://postgr.es/m/
05477da0
-703c-7de7-998c-
5879738e8f39
@postgrespro.ru
src/backend/commands/collationcmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/collationcmds.c
b/src/backend/commands/collationcmds.c
index 55a0e24a35a7bb4a4208474fca3a5129c444af8a..b8ec6f575641750d1c7a761ce1c8b4faf1e24b1b 100644
(file)
--- a/
src/backend/commands/collationcmds.c
+++ b/
src/backend/commands/collationcmds.c
@@
-577,7
+577,7
@@
pg_import_system_collations(PG_FUNCTION_ARGS)
* We use uloc_countAvailable()/uloc_getAvailable() rather than
* ucol_countAvailable()/ucol_getAvailable(). The former returns a full
* set of language+region combinations, whereas the latter only returns
- * language+region combinations
o
f they are distinct from the language's
+ * language+region combinations
i
f they are distinct from the language's
* base collation. So there might not be a de-DE or en-GB, which would be
* confusing.
*/