Re: [HACKERS] convert EXSITS to inner join gotcha and bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] convert EXSITS to inner join gotcha and bug
Дата
Msg-id 26008.1493389618@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] convert EXSITS to inner join gotcha and bug  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Ответы Re: [HACKERS] convert EXSITS to inner join gotcha and bug
Re: [HACKERS] convert EXSITS to inner join gotcha and bug
Список pgsql-hackers
Alexander Korotkov <a.korotkov@postgrespro.ru> writes:
> I've reproduced this bug on d981074c.
> On default config, after loading example.sql.bz2 and VACUUM ANALYZE, query
> result is OK.
> But with seqscan and hashjoin disabled, query returns 0 rows.

Ah, thanks for the clue about enable_hashjoin, because it wasn't
reproducing for me as stated.

It looks like in the case that's giving wrong answers, the mergejoin
is wrongly getting marked as "Inner Unique".  Something's a bit too
cheesy about that planner logic --- not sure what, yet.
        regards, tom lane



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

Предыдущее
От: Vladimir Borodin
Дата:
Сообщение: Re: [HACKERS] [PROPOSAL] Use SnapshotAny in get_actual_variable_range
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [HACKERS] convert EXSITS to inner join gotcha and bug