Re: [PATCH] Split varlena.c into varlena.c and bytea.c

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Split varlena.c into varlena.c and bytea.c
Date: 2025-03-31 15:29:54
Message-ID: CAJ7c6TO-puD6jADzMnn2irnpoMK5WAB+PEP5GK=CXvjFRRpRjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The proposed patch extracts the code dealing with bytea from varlena.c
> into a separate file, as proposed previously [1]. It merely changes
> the location of the existing functions. There are no other changes.

Rebased.

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v2-0001-Split-varlena.c-into-varlena.c-and-bytea.c.patch application/x-patch 59.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2025-03-31 15:33:13 Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2
Previous Message Fujii Masao 2025-03-31 15:26:58 Re: in BeginCopyTo make materialized view using COPY TO instead of COPY (query).