[PATCH] typo fix in collationcmds.c: "if they are distinct"
Anton Voloshin <a.voloshin@postgrespro.ru>
From: Anton Voloshin <a.voloshin@postgrespro.ru>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-04T12:49:35Z
Lists: pgsql-hackers
Attachments
- collationcmds-typo-if-they-are-distinct.patch (text/plain) patch
Hello,
just a quick patch for a single-letter typo in a comment
in src/backend/commands/collationcmds.c
...
* 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
...
(please see the attached patch).
--
Anton Voloshin
Postgres Professional: https://www.postgrespro.com
Russian Postgres Company
Commits
-
Fix typo in collationcmds.c
- 9f6f1f9b8e61 14.0 landed