Re: BUG #15857: Parallel Hash Join makes join instead of exists

From: Pantelis Theodosiou <ypercube(at)gmail(dot)com>
To: krujkov(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15857: Parallel Hash Join makes join instead of exists
Date: 2019-06-18 09:08:44
Message-ID: CAE3TBxzstnF8HH7-=j0DDugwixjEjiONfZ15-sjvdKz8pvp9uA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Jun 18, 2019 at 9:56 AM Pantelis Theodosiou <ypercube(at)gmail(dot)com>
wrote:

>
> ...
>
> I think it is correct result. This:
>
> > UPDATE c SET base_id = id / 10;
>
> would result in 9 rows (id from 1 to 9) to be updated with base_id = 0, as
> it should with integer division. These 9 rows will not match the condition:
>
> WHERE c.base_id = a.id
>
> as there is no row in a with a.id = 0
>
>
>
Please ignore the above, I didn't read carefully.

>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Munro 2019-06-18 09:24:13 Re: BUG #15857: Parallel Hash Join makes join instead of exists
Previous Message Pantelis Theodosiou 2019-06-18 08:56:34 Re: BUG #15857: Parallel Hash Join makes join instead of exists