Re: EXPLAIN(VERBOSE) to CTE with SEARCH BREADTH FIRST fails

Markus Winand <markus.winand@winand.at>

From: Markus Winand <markus.winand@winand.at>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>, Andrew Dunstan <andrew@dunslane.net>, torikoshia <torikoshia@oss.nttdata.com>
Date: 2021-10-11T14:32:16Z
Lists: pgsql-hackers
> On 11.10.2021, at 16:27, Peter Eisentraut <peter.eisentraut@enterprisedb.com> wrote:
> 
> On 11.10.21 12:22, Markus Winand wrote:
>> Both variants work fine before that patch (4ac0f450b698442c3273ddfe8eed0e1a7e56645f).
> 
> That commit is a message wording patch.  Are you sure you meant that one?
> 

What I meant is that it was still working on 4ac0f450b698442c3273ddfe8eed0e1a7e56645f, but not on the next (3f50b82639637c9908afa2087de7588450aa866b).

-markus


Commits

  1. Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.

  2. Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.

  3. Message style improvements