[PATCH] Split varlena.c into varlena.c and bytea.c - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject [PATCH] Split varlena.c into varlena.c and bytea.c
Date
Msg-id CAJ7c6TMPVPJ5DL447zDz5ydctB8OmuviURtSwd=PHCRFEPDEAQ@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Split varlena.c into varlena.c and bytea.c
List 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

pgsql-hackers by date:

Previous
From: Tender Wang
Date:
Subject: Re: Remove an unnecessary check on semijoin_target_ok() on postgres_fdw.c
Next
From: Ashutosh Bapat
Date:
Subject: Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.