Re: [PATCH] Refactor bytea_sortsupport(), take two

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Refactor bytea_sortsupport(), take two
Date: 2025-08-07 11:43:48
Message-ID: CAJ7c6TNbq=+f8YKVE6Mrwf_omfi_BARdsj2tOniS4nRVLyEBKw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

> This is a follow-up to b45242fd30ff [1]. Previously we separated
> varlena.c into varlena.c and bytea.c. This patch makes
> bytea_sortsupport() independent from varlena.c code as it was proposed
> before [2][3]. The benefits of this change are summarized in the
> commit message that I included to the patch.
>
> As always, your feedback is most appreciated.

cfbot indicates that v1 needs a rebase. Here is v2.

Attachment Content-Type Size
v2-0001-Refactor-bytea_sortsupport.patch text/x-patch 11.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2025-08-07 12:15:05 Re: VM corruption on standby
Previous Message Nazir Bilal Yavuz 2025-08-07 11:15:06 Re: Speed up COPY FROM text/CSV parsing using SIMD