Re: [PATCHES] Reduce heap tuple header size - Mailing list pgsql-hackers

From Manfred Koizar
Subject Re: [PATCHES] Reduce heap tuple header size
Date
Msg-id 7vr0iu4ql04lsi8d04l4vegvv552s9o2t2@4ax.com
Whole thread Raw
In response to Re: [PATCHES] Reduce heap tuple header size  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [PATCHES] Reduce heap tuple header size  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 1 Jul 2002 10:15:42 -0400 (EDT), Bruce Momjian
<pgman@candle.pha.pa.us> wrote:
>OK, I have heard enough votes to add this.

In a second version of this patch posted on 2002-06-26 you can control
the tuple format by #define/#undef PG72FORMAT.  While there have been
voices saying that exposing this choice to the user viaconfigure --enable-pg72format
is not a good idea [well, it was one voice and the idea was called
"really, really bad" ;-) but the argument is still valid], I wonder
whether we shouldn't apply this second version (without the configure
parts) and put all forthcoming format changes under #ifndef
PG72FORMAT.

This way you can decide to go back to v7.2 format immediately before
going beta, if the changes are too hot to handle.  And I think if I
wouldn't volunteer to cleanup the #ifdef PG72FORMAT stuff after the
new format has been accepted, I would be nominated to do it ...

ServusManfred




pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: DROP COLUMN Proposal
Next
From: Oleg Bartunov
Date:
Subject: Re: Translated README.tree in tree.tar.gz