mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Fix typo in collationcmds.c
Introduced by 51e225d
.
Author: Anton Voloshin
Discussion: https://postgr.es/m/05477da0-703c-7de7-998c-5879738e8f39@postgrespro.ru
This commit is contained in:
@ -577,7 +577,7 @@ pg_import_system_collations(PG_FUNCTION_ARGS)
|
|||||||
* We use uloc_countAvailable()/uloc_getAvailable() rather than
|
* We use uloc_countAvailable()/uloc_getAvailable() rather than
|
||||||
* ucol_countAvailable()/ucol_getAvailable(). The former returns a full
|
* ucol_countAvailable()/ucol_getAvailable(). The former returns a full
|
||||||
* set of language+region combinations, whereas the latter only returns
|
* set of language+region combinations, whereas the latter only returns
|
||||||
* language+region combinations of they are distinct from the language's
|
* language+region combinations if they are distinct from the language's
|
||||||
* base collation. So there might not be a de-DE or en-GB, which would be
|
* base collation. So there might not be a de-DE or en-GB, which would be
|
||||||
* confusing.
|
* confusing.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user