Re: Upgrade process (was Re: 7.2.3?) - Mailing list pgsql-hackers

From Giles Lean
Subject Re: Upgrade process (was Re: 7.2.3?)
Date
Msg-id 13521.1033253909@nemeton.com.au
Whole thread Raw
In response to Re: Upgrade process (was Re: 7.2.3?)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom lane wrote:

> True, but I think we'll have to deal with that anyway.  Even if the
> physical database upgrade were trivial, people are going to find
> application compatibility problems due to schemas and other 7.3 changes.

More reasons:

a) learning curve -- I want to use 7.3 and gain some experience with  7.2.x -> 7.3 migration before rolling out 7.3 to
myusers.
 

b) change control and configuration freezes sometimes dictate when  upgrades may be done.  A 7.2.2 -> 7.2.3 upgrade for
bugfixes is  much less intrusive than an upgrade to 7.3.
 

> So we're going to have to expend at least some work on fixing critical
> 7.2.* problems.  (I just want to keep a tight rein on how much.)

No argument here.  Supporting multiple versions eats resources and
eventually destabilises the earlier releases, so critial fixes only,
please.  New features and non-critical fixes however minor are
actually unhelpful.

Since PostgreSQL is open source, anyone who "just has" to have some
minor new feature back ported can do it, or pay for it to be done.
But this doesn't have to effect all users.

Regards,

Giles


pgsql-hackers by date:

Previous
From: Giles Lean
Date:
Subject: Re: Improving backend startup interlock
Next
From: Bruce Momjian
Date:
Subject: Re: Bug in PL/pgSQL GET DIAGNOSTICS?