Re: BUG #15741: ERROR: failed to build any 3-way joins
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: skorski.anthony@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2019-04-08T20:13:42Z
Lists: pgsql-bugs
I wrote: > PG Bug reporting form <noreply@postgresql.org> writes: >> Trying to build a tool which automatically builds queries to "flatten" JSONB >> fields, I came to a `ERROR: failed to build any 3-way joins` message while >> trying to execute some of those queries. > Yeah, that's certainly a bug. I'll take a look later ... Fixed at https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=051c71c6746309782d9bf1ebb257d3b5f88e6fb7 regards, tom lane
Commits
-
Fix improper interaction of FULL JOINs with lateral references.
- 051c71c67463 10.8 landed
- 68e745ed0d23 11.3 landed
- 45f8eaa8e303 12.0 landed
- c6df3a28ff40 9.4.22 landed
- 2f78974e29bd 9.5.17 landed
- 23791c41576a 9.6.13 landed