Re: Number of attributes in HeapTupleHeader - Mailing list pgsql-hackers

From Neil Conway
Subject Re: Number of attributes in HeapTupleHeader
Date
Msg-id 20020505180727.247fce8c.nconway@klamath.dyndns.org
Whole thread Raw
In response to Number of attributes in HeapTupleHeader  (Manfred Koizar <mkoi-pg@aon.at>)
Responses Re: Number of attributes in HeapTupleHeader  (Manfred Koizar <mkoi-pg@aon.at>)
List pgsql-hackers
On Sun, 05 May 2002 23:48:31 +0200
"Manfred Koizar" <mkoi-pg@aon.at> wrote:
> Two years ago there have been thoughts about ADD COLUMN and whether it
> should touch all tuples or just change the metadata.  Could someone
> tell me, what eventually came out of this discussion and where I find
> the relevant pieces of source code, please.

See AlterTableAddColumn() in commands/tablecmds.c

> If there is interest in reducing on-disk tuple header size and I have
> not missed any strong arguments against dropping t_natts, I'll
> investigate further.  Comments?

I'd definately be interested -- let me know if you'd like any help...

Cheers,

Neil

-- 
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


pgsql-hackers by date:

Previous
From: Manfred Koizar
Date:
Subject: Number of attributes in HeapTupleHeader
Next
From: Manfred Koizar
Date:
Subject: Re: Number of attributes in HeapTupleHeader