Re: Improve the performance of Unicode Normalization Forms.

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: Alexander Borisov <lex.borisov@gmail.com>, Victor Yegorov <vyegorov@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Heikki Linnakangas <hlinnaka@iki.fi>
Date: 2025-09-20T01:03:46Z
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 Thu, 2025-09-11 at 20:51 +0300, Alexander Borisov wrote:
> 
> > Hey.
> > 
> > I've looked into these patches.
> 
> Hi Victor,
> 
> Thank you for reviewing the patch and testing it!

Heikki, do you have thoughts on this thread?

Regards,
	Jeff Davis