Re: Improve the performance of Unicode Normalization Forms. - Mailing list pgsql-hackers

From Alexander Borisov
Subject Re: Improve the performance of Unicode Normalization Forms.
Date
Msg-id 96ed941e-a531-4c4c-a78d-3ba3227f5411@gmail.com
Whole thread
In response to Re: Improve the performance of Unicode Normalization Forms.  (Alexander Borisov <lex.borisov@gmail.com>)
List pgsql-hackers
Main changes in v11:
1. Removed the unnecessary Perl module (PrettyPrint) and replaced it
    with Text::Wrap, which has long been part of Perl (Core) and performs
    the same functions.
2. Performed a minor refactoring of the table generation code (Perl).
3. The table generation module has been renamed to something more
    appropriate. (I have my doubts here; I wouldn’t exactly call it a
    radix)
4. The commit logs have been brought into a reasonable state.

--
Regards,
Alexander Borisov

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Serverside SNI support in libpq
Next
From: Ayush Tiwari
Date:
Subject: [PATCH] Clean up property graph error messages