Re: [BUGS] BUG #14642: Excessive sorting node appears in the plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14642: Excessive sorting node appears in the plan
Дата
Msg-id 6817.1493907177@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14642: Excessive sorting node appears in the plan  (bashtanov@imap.cc)
Ответы Re: [BUGS] BUG #14642: Excessive sorting node appears in the plan  (David Rowley <david.rowley@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: bashtanov@imap.cc
Дата:
Сообщение: [BUGS] BUG #14642: Excessive sorting node appears in the plan
Следующее
От: David Rowley
Дата:
Сообщение: Re: [BUGS] BUG #14642: Excessive sorting node appears in the plan