Re: BUG #15922: Simple select with multiple exists filters returns duplicates from a primary key field

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15922: Simple select with multiple exists filters returns duplicates from a primary key field
Дата
Msg-id 30486.1563987998@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: BUG #15922: Simple select with multiple exists filters returnsduplicates from a primary key field  (David Raymond <David.Raymond@tomtom.com>)
Ответы RE: BUG #15922: Simple select with multiple exists filters returnsduplicates from a primary key field  (David Raymond <David.Raymond@tomtom.com>)
Список pgsql-bugs
David Raymond <David.Raymond@tomtom.com> writes:
> The cost tweaks let me slash the size right down to where the dump is 150 kB, which I've attached. Don't know if the
mailinglist will strip it, but you're also directly in the To: list. 

Thanks for the test case!

However ... I fail to reproduce any problem on HEAD or v11 branch tip.
After perusing the commit log, I believe the reason why not is this
post-11.4 bug fix:

https://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=14d8b539d

which I'd forgotten about, but it seems to match your problem exactly.
That makes this a duplicate of bug #15857.

Don't know if you're in a position to build from source, but if so,
that's just about a one-line fix.  Otherwise, it looks like turning
off enable_parallel_hash would be the minimal workaround until 11.5
comes out next month.

            regards, tom lane



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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Request for resolution || Support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Attribute has wrong type in ALTER TABLE