Re: Fixed length data types issue - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Fixed length data types issue
Date
Msg-id 200609080857.13784.peter_e@gmx.net
Whole thread Raw
In response to Re: Fixed length data types issue  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Fixed length data types issue  (Gregory Stark <gsstark@mit.edu>)
Re: Fixed length data types issue  (mark@mark.mielke.cc)
List pgsql-hackers
Gregory Stark wrote:
> I think we have to find a way to remove the varlena length header
> entirely for fixed length data types since it's going to be the same
> for every single record in the table.

But that won't help in the example you posted upthread, because char(N) 
is not fixed-length.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Fixed length data types issue
Next
From: Gregory Stark
Date:
Subject: Re: Fixed length data types issue