Re: pgsql: Support C.UTF-8 locale in the new builtin collation provider.

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Jeff Davis <jdavis(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Support C.UTF-8 locale in the new builtin collation provider.
Date: 2024-05-02 07:34:34
Message-ID: d9421b21-e759-4b74-a039-c487b469c1f3@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 19.03.24 23:29, Jeff Davis wrote:
> Support C.UTF-8 locale in the new builtin collation provider.

This commit changed the functions builtin_locale_encoding() and
builtin_validate_locale() in pg_locale.c, but did not update the
comments that claim that "C" is the only supported locale name.

(I think it would be best to remove the comment altogether and let the
code speak for itself.)

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-05-02 08:44:02 pgsql: doc: Fix incorrectly spelled structname
Previous Message Peter Eisentraut 2024-05-02 06:29:13 pgsql: doc: Fix description of deterministic flag of CREATE COLLATION