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
-
Fix representation of hash keys in Hash/HashJoin nodes.
- a668bc75996d 12.0 landed
- 2abd7ae9b20b 13.0 landed