Re: Packed Varlena Update (v21)

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Packed Varlena Update (v21)
Date: 2007-04-11 21:02:44
Message-ID: 200704112102.l3BL2ij21324@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Thanks, that was a distinction I didn't know. TODO updated:

o Allow single-byte header storage for array elements

---------------------------------------------------------------------------

Gregory Stark wrote:
>
> "Bruce Momjian" <bruce(at)momjian(dot)us> writes:
>
> > Added to TODO:
> >
> > o Allow single-byte header storage for arrays
>
> Fwiw this is "single-byte header storage for varlena array *elements*"
>
> The arrays themselves already get the packed varlena treatment.
>
> --
> Gregory Stark
> EnterpriseDB http://www.enterprisedb.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-04-11 21:10:01 Re: CREATE TABLE LIKE INCLUDING INDEXES support
Previous Message Bruce Momjian 2007-04-11 20:52:16 Re: [HACKERS] [Fwd: Index Advisor]