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

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

From
Aleksander Alekseev
Date:
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

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

From
Aleksander Alekseev
Date:
> 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