Re: Fix gin index cost estimation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix gin index cost estimation
Дата
Msg-id 3583062.1673194082@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fix gin index cost estimation  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: Fix gin index cost estimation  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
Alexander Korotkov <aekorotkov@gmail.com> writes:
> I'm going to push this and backpatch to all supported versions if no objections.

Push yes, but I'd counsel against back-patching.  People don't
generally like unexpected plan changes in stable versions, and
that's what a costing change could produce.  There's no argument
that we are fixing a failure or wrong answer here, so it doesn't
seem like back-patch material.

            regards, tom lane



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

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Re: Todo: Teach planner to evaluate multiple windows in the optimal order
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Progress report of CREATE INDEX for nested partitioned tables