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

From Tom Lane
Subject Re: [PATCHES] Reduce heap tuple header size
Date
Msg-id 15013.1025543401@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] Reduce heap tuple header size  (Manfred Koizar <mkoi-pg@aon.at>)
Responses Re: [PATCHES] Reduce heap tuple header size  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Manfred Koizar <mkoi-pg@aon.at> writes:
> ... I wonder
> whether we shouldn't apply this second version (without the configure
> parts) and put all forthcoming format changes under #ifndef
> PG72FORMAT.

Seems reasonable.  I generally dislike #ifdef clutter, but the #ifs
would only be around a couple of macro definitions AFAICT, so the
readability hit would be minimal.  And someone who wanted
back-compatibility would be able to have it, whichever way we jump
on the decision for 7.3.

At the rate Manfred is going, he'll have patches for all the tuple and
page header related issues before August anyway ... so my original gripe
about wanting to group those changes into a single release will become
moot ;-).  I certainly have no objection to doing them all in 7.3
instead of 7.4 if we can get it done.
        regards, tom lane




pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: Re: (A) native Windows port
Next
From: "David M. Kaplan"
Date:
Subject: aggregate that returns array