Planner buglet

Started by Bruce Momjianalmost 19 years ago2 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

At the least this sounds like an unfriendly error message:

postgres=# select 1 order by 1;
ERROR: could not find pathkey item to sort

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: Planner buglet

Gregory Stark <stark@enterprisedb.com> writes:

At the least this sounds like an unfriendly error message:

postgres=# select 1 order by 1;
ERROR: could not find pathkey item to sort

Definitely a bug, since it works in all existing releases.
Thanks for the report.

regards, tom lane