Re: small cleanup patches for collation code

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: small cleanup patches for collation code
Date: 2026-04-25 06:12:07
Message-ID: ccd9b787-8985-49db-a68a-c5fd43a936ce@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 17.04.26 21:30, Jeff Davis wrote:
> Two patches attached.
>
> 0001 fixes a style issue. Backport because it eliminates a warning in
> the 'update-unicode' target.

These warning options were only added in PG19, so backpatching is not
necessary.

> 0002 looks like a bug, but is not a real issue because there are no
> callers that pass srclen==-1, aside from a test (which fails to fail).
> So it's just cleanup, but it seems worth backporting.

That looks right.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message SATYANARAYANA NARLAPURAM 2026-04-25 07:44:01 Discarded adjust_relid_set() return values in remove_self_join_rel
Previous Message jian he 2026-04-25 04:12:50 COPY ON_CONFLICT TABLE; save duplicated record to another table.