Re: pgsql: Separate out bytea sort support from varlena.c

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Cc: John Naylor <john(dot)naylor(at)postgresql(dot)org>
Subject: Re: pgsql: Separate out bytea sort support from varlena.c
Date: 2026-04-14 14:55:53
Message-ID: CAJ7c6TOsKmmgyA6EwxKVsNeHFHrWXYdgZivgjo_ujf890BpeeA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi John,

> Separate out bytea sort support from varlena.c
>
> [...]

I noticed that the ByteaSortSupport.abbreviate field is not used for
anything. Here is the fix.

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v1-0001-Remove-unused-ByteaSortSupport.abbreviate-field.patch text/x-patch 1.3 KB

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-04-14 20:12:49 pgsql: Add tests for low-level PGLZ [de]compression routines
Previous Message Heikki Linnakangas 2026-04-14 09:05:16 pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl()