[PATCH] typo fix in collationcmds.c: "if they are distinct"

Lists: pgsql-hackers
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
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: Michael Paquier <michael(at)paquier(dot)xyz>
To: Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] typo fix in collationcmds.c: "if they are distinct"
Date: 2021-04-05 02:20:08
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

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