[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: [PATCH] Split varlena.c into varlena.c and bytea.c
Date: 2025-03-25 11:17:39
Message-ID: CAJ7c6TMPVPJ5DL447zDz5ydctB8OmuviURtSwd=PHCRFEPDEAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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.

[1]: http://postgr.es/m/Zy2UqcZS2XAXBibq%40paquier.xyz

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v1-0001-Split-varlena.c-into-varlena.c-and-bytea.c.patch application/octet-stream 59.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2025-03-25 11:25:27 Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Previous Message Tender Wang 2025-03-25 11:07:43 Re: Remove an unnecessary check on semijoin_target_ok() on postgres_fdw.c