ORDER/GROUP BY expression not found in targetlist

Поиск
Список
Период
Сортировка
От Andres Freund
Тема ORDER/GROUP BY expression not found in targetlist
Дата
Msg-id 20160526021235.w4nq7k3gnheg7vit@alap3.anarazel.de
обсуждение исходный текст
Ответы Re: ORDER/GROUP BY expression not found in targetlist
Re: ORDER/GROUP BY expression not found in targetlist
Список pgsql-hackers
Hi,

trying to reproduce a performance problem I just found:

=# CREATE TABLE twocol(col01 int, col02 int);
=# SELECT DISTINCT col01, col02, col01 FROM twocol ;
ERROR:  XX000: ORDER/GROUP BY expression not found in targetlist
LOCATION:  get_sortgroupref_tle, tlist.c:341

which appears to be a 9.6 regression, presumable fallout from the path
restructuring.

Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления: