Re: parallel sequential scan returns extraneous rows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: parallel sequential scan returns extraneous rows
Дата
Msg-id 14356.1480464076@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: parallel sequential scan returns extraneous rows  (Michael Day <blake@rcmail.com>)
Список pgsql-bugs
Michael Day <blake@rcmail.com> writes:
> I was able to reproduce with this set of data.

Ah, thanks for the test case!  Looks like the handling of
JOIN_UNIQUE_INNER cases for parallel plans is completely confused ---
it forgot about needing to unique-ify the inner rel, and I'm rather
surprised it didn't trip over some Asserts while at it.

Will fix, thanks.

            regards, tom lane

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #14440: Error starting postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #14440: Error starting postgres