[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-25T11:17:39Z
Lists: pgsql-hackers
Attachments
- v1-0001-Split-varlena.c-into-varlena.c-and-bytea.c.patch (application/octet-stream) patch v1-0001
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
Commits
-
Move code for the bytea data type from varlena.c to new bytea.c
- b45242fd30ff 19 (unreleased) landed