Re: 8.3 Development Cycle

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, pgsql-hackers(at)postgresql(dot)org, Tom Dunstan <pgsql(at)tomd(dot)cc>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: 8.3 Development Cycle
Date: 2006-09-23 01:36:28
Message-ID: 11824.1158975388@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Agreed, but my guess is that we are going to introduce shorter varlena
> headers for 8.3. It will hard to reject an optimization like that, and
> that will probably change the disk format for most columns.

Well, several of the proposals that have been made would not cause
existing disk images to become broken --- in particular, the idea of
introducing separate "short" datatypes without touching the existing
ones would have that merit. So we might want to factor that point into
our choices about what to do.

This is all pretty pointless unless someone actually writes a pg_upgrade
tool, but maybe we'll see one for 8.3.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Dunstan 2006-09-23 01:42:22 Re: 8.3 Development Cycle
Previous Message Tom Dunstan 2006-09-23 01:35:19 Re: 8.3 Development Cycle