Re: [WIP] In-place upgrade - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [WIP] In-place upgrade
Date
Msg-id 18128.1226022200@sss.pgh.pa.us
Whole thread Raw
In response to Re: [WIP] In-place upgrade  (Greg Smith <gsmith@gregsmith.com>)
Responses Re: [WIP] In-place upgrade  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-hackers
Greg Smith <gsmith@gregsmith.com> writes:
> On Thu, 6 Nov 2008, Tom Lane wrote:
>> Another thought here is that I don't think we are yet committed to any
>> changes that require extra space between 8.3 and 8.4, are we?  The
>> proposed addition of CRC words could be put off to 8.5, for instance.

> I was just staring at that code as you wrote this thinking about the same 
> thing. ...

> -Is it worth considering making CRCs an optional compile-time feature, and 
> that (for now at least) you couldn't get them and the in-place upgrade at 
> the same time?

Hmm ... might be better than not offering them in 8.4 at all, but the
thing is that then you are asking packagers to decide for their
customers which is more important.  And I'd bet you anything you want
that in-place upgrade would be their choice.

Also, having such an option would create extra complexity for 8.4-to-8.5
upgrades.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Final /contrib cleanup -- yes/no?
Next
From: Greg Smith
Date:
Subject: Re: [WIP] In-place upgrade