Re: Hash join explain is broken

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-06-11T07:45:57Z
Lists: pgsql-hackers
Hi,

On 2019-06-10 21:28:12 +0300, Alexander Korotkov wrote:
> After 5f32b29c explain of Hash Join sometimes triggers an error.
>
> Simple reproduction case is below.

Thanks for finding. I've created an open issue for now.

Greetings,

Andres Freund



Commits

  1. Fix representation of hash keys in Hash/HashJoin nodes.