regtype sorting broken in 8.3 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject regtype sorting broken in 8.3
Date
Msg-id 200711061642.07859.peter_e@gmx.net
Whole thread Raw
Responses Re: regtype sorting broken in 8.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
This used to work in 8.2:

pei=# select castsource::regtype, casttarget::regtype, castcontext from pg_cast order by 1,2;

But int 8.3 it says:

ERROR:  XX000: could not find pathkey item to sort
LOCATION:  make_sort_from_pathkeys, createplan.c:2812

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Weird type selection choice
Next
From: "Gokulakannan Somasundaram"
Date:
Subject: Re: Visibility map thoughts