From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru> |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Teodor Sigaev <teodor(at)postgrespro(dot)ru> |
Subject: | Re: Patch: typo, s/espaced/escaped/ |
Date: | 2016-04-27 21:18:44 |
Message-ID: | 20160427211844.GC6833@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Mar 16, 2016 at 05:10:57PM +0300, Aleksander Alekseev wrote:
> There is a typo in one word in this commit:
>
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=9a206d063c410df7cd5da01b169b23bff413fef5
>
> Patch attached.
This patch has been applied by Teodor. Thanks.
---------------------------------------------------------------------------
>
> --
> Best regards,
> Aleksander Alekseev
> http://eax.me/
> diff --git a/contrib/unaccent/generate_unaccent_rules.py b/contrib/unaccent/generate_unaccent_rules.py
> index 2f5520c..a5eb42f 100644
> --- a/contrib/unaccent/generate_unaccent_rules.py
> +++ b/contrib/unaccent/generate_unaccent_rules.py
> @@ -95,7 +95,7 @@ def parse_cldr_latin_ascii_transliterator(latinAsciiFilePath):
> # to the characters.
> #
> # Group 1: plain "src" char. Empty if group 2 is not.
> - # Group 2: unicode-espaced "src" char (e.g. "\u0110"). Empty if group 1 is not.
> + # Group 2: unicode-escaped "src" char (e.g. "\u0110"). Empty if group 1 is not.
> #
> # Group 3: plain "trg" char. Empty if group 4 is not.
> # Group 4: plain "trg" char between quotes. Empty if group 3 is not.
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2016-04-27 21:37:10 | Re: pgindent |
Previous Message | Peter Geoghegan | 2016-04-27 21:08:15 | Re: WIP: Covering + unique indexes. |