[PATCH] typo fix in collationcmds.c: "if they are distinct"
[PATCH] typo fix in collationcmds.c: "if they are distinct"
От:
Anton Voloshin <a.voloshin@postgrespro.ru>
Дата:
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
Re: [PATCH] typo fix in collationcmds.c: "if they are distinct"
От:
Michael Paquier <michael@paquier.xyz>
Дата:
On Sun, Apr 04, 2021 at 03:49:35PM +0300, Anton Voloshin wrote: > just a quick patch for a single-letter typo in a comment > in src/backend/commands/collationcmds.c > ... Thanks, fixed. This came from 51e225d. -- Michael