Re: Upgrade process (was Re: 7.2.3?)

Поиск
Список
Период
Сортировка
От Giles Lean
Тема Re: Upgrade process (was Re: 7.2.3?)
Дата
Msg-id 13521.1033253909@nemeton.com.au
обсуждение исходный текст
Ответ на Re: Upgrade process (was Re: 7.2.3?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Giles Lean
Дата:
Сообщение: Re: Improving backend startup interlock
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug in PL/pgSQL GET DIAGNOSTICS?