Re: Packed short varlenas, what next? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Packed short varlenas, what next?
Date
Msg-id 22024.1172599986@sss.pgh.pa.us
Whole thread Raw
In response to Packed short varlenas, what next?  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Packed short varlenas, what next?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> I'm really curious to know how people feel about the varlena patch.

One thing I think we could do immediately is apply the change to replace
"VARATT_SIZEP(x) = len" with "SET_VARSIZE(x, len)" --- that would
considerably reduce the size of the patch and allow people to focus on
the important changes instead of underbrush.  Barring objection I'll go
ahead and do that today.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Seeking Google SoC Mentors
Next
From: "Simon Riggs"
Date:
Subject: Re: Resumable vacuum proposal and design overview