Re: speed up unicode decomposition and recomposition - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: speed up unicode decomposition and recomposition
Date
Msg-id 20201022043418.GI1475@paquier.xyz
Whole thread Raw
In response to Re: speed up unicode decomposition and recomposition  (John Naylor <john.naylor@enterprisedb.com>)
Responses Re: speed up unicode decomposition and recomposition  (John Naylor <john.naylor@enterprisedb.com>)
List pgsql-hackers
On Wed, Oct 21, 2020 at 07:35:12PM -0400, John Naylor wrote:
> There was a mistake in v3 with pgindent/exclude_file_patterns, fixed in v4.

Thanks for the updated version, that was fast.  I have found a couple
of places that needed to be adjusted, like the comment at the top of
generate-unicode_norm_table.pl or some comments, an incorrect include
in the new headers and the indentation was not right in perl (we use
perltidy v20170521, see the README in src/tools/pgindent).

Except that, this looks good to me.  Attached is the updated version
with all my tweaks, that I would like to commit.  If there are any
comments, please feel free of course.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Greg Nancarrow
Date:
Subject: Re: Parallel INSERT (INTO ... SELECT ...)
Next
From: Tom Lane
Date:
Subject: Re: Mop-up around psql's \connect behavior