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
- v2-0001-Split-varlena.c-into-varlena.c-and-bytea.c.patch (application/x-patch) patch v2-0001
> 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
-
Move code for the bytea data type from varlena.c to new bytea.c
- b45242fd30ff 19 (unreleased) landed