Re: Improving EXPLAIN's display of SubPlan nodes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Improving EXPLAIN's display of SubPlan nodes
Date
Msg-id 3712528.1710803943@sss.pgh.pa.us
Whole thread Raw
In response to Re: Improving EXPLAIN's display of SubPlan nodes  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Improving EXPLAIN's display of SubPlan nodes
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Built-in CTYPE provider
Next
From: David Rowley
Date:
Subject: Re: Popcount optimization using AVX512