Re: pgsql: Try again to fix the way the scanjoin_target is used with partia

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Try again to fix the way the scanjoin_target is used with partia
Дата
Msg-id 9539.1466220369@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Try again to fix the way the scanjoin_target is used with partia  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: pgsql: Try again to fix the way the scanjoin_target is used with partia  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-committers
Amit Kapila <amit.kapila16@gmail.com> writes:
> Patch fixing the failures along with a new test case is attached with this
> mail

That can't possibly be right, because the PathTarget.sortgrouprefs field
is not a pointer to a Node.

I think the two lines in question are just a poorly-thought-through case
of premature optimization.  If removing them makes the failures go away
for me, that's what I plan to do.

            regards, tom lane


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Try again to fix the way the scanjoin_target is used with partia
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Try again to fix the way the scanjoin_target is used with partia