Re: Patch: plan invalidation vs stored procedures

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Patch: plan invalidation vs stored procedures
Дата
Msg-id 48AB5CDE.5060802@dunslane.net
обсуждение исходный текст
Ответ на Re: Patch: plan invalidation vs stored procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Patch: plan invalidation vs stored procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Patch: plan invalidation vs stored procedures  ("Asko Oja" <ascoja@gmail.com>)
Список pgsql-hackers

Tom Lane wrote:
> Also, there are a whole lot more considerations in a backpatch decision
> than just "is it a bug".  The (estimated) risk of creating new bugs and
> the extent to which the patch will change behavior that apps might be
> relying on are two big reasons why we might choose not to back-patch
> a bug fix.
>
>
>   

Right. And even if it is a bug the question might be "what sort of bug 
is it?" We might well be prepared to take some risks with code stability 
to plug security or data corruption bugs, a lot more than we would for 
other sorts of bugs. Even if this were considered a bug instead of a 
limitation, it doesn't come into the class of things we should be 
rushing to fix in the stable branches, unless the fix is fairly obvious 
and of limited impact, which is clearly not the case.

cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patch: plan invalidation vs stored procedures
Следующее
От: David Fetter
Дата:
Сообщение: Re: Patch: plan invalidation vs stored procedures