Re: [PATCHES] Reduce heap tuple header size

From: Manfred Koizar <mkoi-pg(at)aon(dot)at>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Curt Sampson <cjs(at)cynic(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] Reduce heap tuple header size
Date: 2002-07-03 10:26:33
Message-ID: hej5iukop0p3r029759ac0vuk8t8k0jbfp@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Tue, 2 Jul 2002 02:16:29 -0400 (EDT), Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
>I committed the version with no #ifdef's. If we need them, we can add
>them later, but it is likely we will never need them.

My point was, if there is a need to fallback to v7.2 format, it can be
done by changing a single line from #undef to #define. IMO the next
patch I'm going to submit is a bit more risky. But if everyone else
is confident we can make it stable for v7.3, it's fine by me too.

>Yes. Manfred, keep going. ;-)

Can't guarantee to keep the rate. You know, the kids need a bit more
attention when they don't go to school :-)

Servus
Manfred

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2002-07-03 10:53:25 Re: listen/notify argument (old topic revisited)
Previous Message Hannu Krosing 2002-07-03 10:21:32 Re: listen/notify argument (old topic revisited)

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Koizar 2002-07-03 14:06:50 Re: Wrap access to Oid in HeapTupleHeader
Previous Message Bruce Momjian 2002-07-02 15:39:46 Re: Domain coercions