Re: Incorrect cost for MergeAppend

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: Incorrect cost for MergeAppend
Дата
Msg-id CAExHW5sOK7WuB2FLcWQ=ON0-6bFR7bbAoHbftzGCg5=aGj7q0w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Incorrect cost for MergeAppend  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: Incorrect cost for MergeAppend  (Alexander Kuzmenkov <akuzmenkov@timescale.com>)
Список pgsql-hackers
On Wed, Jan 31, 2024 at 12:12 PM David Rowley <dgrowleyml@gmail.com> wrote:
>
> What is relevant are things like:
>
> For:
> * It's a clear bug and what's happening now is clearly wrong.
> * inheritance/partitioned table plan changes for the better in minor versions
>
> Against:
> * Nobody has complained for 13 years, so maybe it's unlikely anyone is
> suffering too much.
> * Possibility of inheritance/partitioned table plans changing for the
> worse in minor versions
>

That's what I am thinking as well. And the plans that may change for
the worse are the ones where the costs with and without the patch are
close.

Just to be clear, the change is for good and should be committed to
the master. It's the backpatching I am worried about.

--
Best Wishes,
Ashutosh Bapat



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Incorrect cost for MergeAppend
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Should we remove -Wdeclaration-after-statement?