Re: PostgreSQL 18 GA press release draft - Mailing list pgsql-hackers

From Nico Williams
Subject Re: PostgreSQL 18 GA press release draft
Date
Msg-id aMRkkkSYEjhu9elj@ubby
Whole thread Raw
In response to Re: PostgreSQL 18 GA press release draft  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: PostgreSQL 18 GA press release draft
List pgsql-hackers
On Fri, Sep 12, 2025 at 10:11:59AM -0700, Jeff Davis wrote:
> The name PG_UNICODE_FAST is meant to convey that it provides full
> unicode semantics for case mapping and pattern matching, while also
> being fast because it uses memcmp for comparisons. While the name
> PG_C_UTF8 is meant to convey that it's closer to what users of the libc
> "C.UTF-8" locale might expect.

How does one do form-insensitive comparisons?

Nico
-- 



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: PostgreSQL 18 GA press release draft
Next
From: Robert Haas
Date:
Subject: Re: pg_waldump: support decoding of WAL inside tarfile