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

Aleksander Alekseev <aleksander@timescale.com>

From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2025-03-31T15:29:54Z
Lists: pgsql-hackers

Attachments

> 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

Commits

  1. Move code for the bytea data type from varlena.c to new bytea.c