Re: Improve the performance of Unicode Normalization Forms.

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Alexander Borisov <lex.borisov@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-08-01T19:07:34Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Use C11 char16_t and char32_t for Unicode code points.

On Friday, August 1, 2025, Alexander Borisov <lex.borisov@gmail.com> wrote:

>
> I looked and saw that patches are often transferred from commitfest to
> commitfest. I understand that this is normal practice?
>
> What is the best course of action for me?
>
>
If you feel the patch is committable it should remain in the non-draft CFs,
being moved every other month or so, until it gets committed.

David J.