Re: Costing elided SubqueryScans more nearly correctly - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Costing elided SubqueryScans more nearly correctly
Date
Msg-id 766847.1658165427@sss.pgh.pa.us
Whole thread Raw
In response to Re: Costing elided SubqueryScans more nearly correctly  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Costing elided SubqueryScans more nearly correctly
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> On 2022-Jul-18, Richard Guo wrote:
>> BTW, not related to this patch, the new lines for parallel_aware check
>> in setrefs.c are very wide. How about wrap them to keep consistent with
>> arounding codes?

> Not untrue!  Something like this, you mean?  Fixed the nearby typo while
> at it.

WFM.  (I'd fixed the comment typo in my patch, but I don't mind if
you get there first.)

            regards, tom lane



pgsql-hackers by date:

Previous
From: Justin Kwan
Date:
Subject: Re: Making pg_rewind faster
Next
From: Dagfinn Ilmari Mannsåker
Date:
Subject: Re: Convert planner's AggInfo and AggTransInfo to Nodes