Re: EXPLAIN(VERBOSE) to CTE with SEARCH BREADTH FIRST fails
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: torikoshia <torikoshia@oss.nttdata.com>,
Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2021-09-15T15:28:28Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > On 9/10/21 10:10 AM, torikoshia wrote: >> I've attached the patch for the changes made for this test for your >> reference, but I'm not sure it's appropriate for creating a new >> CoercionForm to fix the issue.. > This is listed as an open item for release 14. Is it planned to commit > the patch? If not, we should close the item. I do not think that patch is a proper solution, but we do need to do something about this. regards, tom lane
Commits
-
Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.
- 39ae0ef85613 15.0 landed
- 2c25db32eedb 14.1 landed
-
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
- 3f50b8263963 15.0 landed
- 388726753b63 14.0 landed
-
Message style improvements
- 4ac0f450b698 15.0 cited