Re: Avoiding Application Re-test

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Avoiding Application Re-test
Дата
Msg-id 6421.1218122507@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Avoiding Application Re-test  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Simon Riggs wrote:
>> What I would like is a parameter called sql_compatibility which has
>> settings such as 8.3, 8.4 etc.. By default it would have the value 8.4,
>> but for people that want to upgrade *without* retesting their
>> application, they could set it to 8.3.

> Won't there normally be a number of changes that *cannot* be covered by
> such a parameter, without a whole lot more work in the patch?

Yeah.  It's not always possible, and certainly not always easy, to
provide such a behavior.  Moreover, an "all or nothing" switch doesn't
seem like it'd be such a big win: presumably, the reason you are updating
to 8.4 is you would like something you can't get in 8.3.  So you're
going to have to turn the switch off sooner rather than later, making
the value questionable.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Infrastructure changes for recovery
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Avoiding Application Re-test