Re: [BUGS] BUG #5716: Regression joining tables in UPDATE with composite types

2010-10-20 Thread Andrew Tipton
On 20 October 2010 06:15, Tom Lane wrote: > "Andrew Tipton" writes: > > Attempting to execute an UPDATE that joins to another table where the > join > > condition is comparing a composite type fails with the (presumably > internal) > > error message "psql:testcase.sql:29: ERROR: could not find

Re: [BUGS] BUG #5716: Regression joining tables in UPDATE with composite types

2010-10-19 Thread Tom Lane
"Andrew Tipton" writes: > Attempting to execute an UPDATE that joins to another table where the join > condition is comparing a composite type fails with the (presumably internal) > error message "psql:testcase.sql:29: ERROR: could not find pathkey item to > sort". Fixed, thanks for the report!