Re: Rework of collation code, extensibility

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>, Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Rework of collation code, extensibility
Date: 2023-02-22 19:49:15
Message-ID: 75fc659e-05dd-f916-09e6-09fdc76bb73f@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 14.02.23 00:45, Jeff Davis wrote:
> Now the patches are:
>
> 0001: pg_strcoll/pg_strxfrm
> 0002: pg_locale_deterministic()
> 0003: cleanup a USE_ICU special case
> 0004: GUCs (only for testing, not for commit)

I haven't read the whole thing again, but this arrangement looks good to
me. I don't have an opinion on whether 0004 is actually useful.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2023-02-22 20:04:33 Re: Add SHELL_EXIT_CODE to psql
Previous Message Heikki Linnakangas 2023-02-22 19:43:20 Re: [PATCH] Fix unbounded authentication exchanges during PQconnectPoll()