From: | Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | [PATCH] typo fix in collationcmds.c: "if they are distinct" |
Date: | 2021-04-04 12:49:35 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
collationcmds-typo-if-they-are-distinct.patch | text/plain | 770 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Finnerty | 2021-04-04 13:11:57 | Re: insensitive collations |
Previous Message | aditya desai | 2021-04-04 11:10:33 | Re: SELECT Query taking 200 ms on PostgreSQL compared to 4 ms on Oracle after migration. |