Re: [BUGS] BUG #14642: Excessive sorting node appears in the plan - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] BUG #14642: Excessive sorting node appears in the plan
Date
Msg-id 6817.1493907177@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] BUG #14642: Excessive sorting node appears in the plan  (bashtanov@imap.cc)
Responses Re: [BUGS] BUG #14642: Excessive sorting node appears in the plan  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-bugs
bashtanov@imap.cc writes:
> Do blackbox-style subplans, such as subqueries with grouping, share only the
> resulting stream order info with the enclosing query, not the equivalence
> classes?

Yes, see convert_subquery_pathkeys().
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: bashtanov@imap.cc
Date:
Subject: [BUGS] BUG #14642: Excessive sorting node appears in the plan
Next
From: David Rowley
Date:
Subject: Re: [BUGS] BUG #14642: Excessive sorting node appears in the plan