View Single Post

   
  #7 (permalink)  
Old 04-12-2008, 07:24 AM
Tom Lane
 
Posts: n/a
Default Re: Packed short varlenas, what next?

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

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote