Re: Improving EXPLAIN's display of SubPlan nodes

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: Aleksander Alekseev <aleksander@timescale.com>, pgsql-hackers@lists.postgresql.org, Chantal Keller <chantal.keller@universite-paris-saclay.fr>
Date: 2024-03-18T23:19:03Z
Lists: pgsql-hackers
I wrote:
> Hm.  I used "rescan(SubPlan)" in the attached, but it still looks
> a bit odd to my eye.

After thinking a bit more, I understood what was bothering me about
that notation: it looks too much like a call of a user-defined
function named "rescan()".  I think we'd be better off with the
all-caps "RESCAN()".

			regards, tom lane



Commits

  1. Improve EXPLAIN's display of SubPlan nodes and output parameters.