From: | Andrea Suisani <sickpig(at)opinioni(dot)net> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #6303: ROW_NUMBER() |
Date: | 2011-11-23 14:58:28 |
Message-ID: | 4ECD0A14.2080806@opinioni.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 11/21/2011 06:42 PM, bricklen wrote:
> On Mon, Nov 21, 2011 at 8:40 AM, Alessandro Bellanda
> <a(dot)bellanda(at)gmail(dot)com> wrote:
>>
>> The following bug has been logged online:
>>
>> Bug reference: 6303
>> Logged by: Alessandro Bellanda
>> Email address: a(dot)bellanda(at)gmail(dot)com
>> PostgreSQL version: 9.1.1
>> Operating system: Linux CentOS release 5.5 64 bit
>> Description: ROW_NUMBER()
>> Details:
>>
>> Case:
>>
>> ROW_NUMBER() OVER (ORDER BY CASE(SUM(expr1)>SUM(expr2),var1,var2))
>>
>> Error description:
>> could not find pathkey item to sort
>
> Tom Lane has already fixed this. See
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=1679e9feddc94bd7372a6829db92868e55ef7177
>
and the fix will be included into postgres 9.1.2
(that should be announced on Monday Dec 5, with
tarballs available from Thursday Dec 1)
Andrea
From | Date | Subject | |
---|---|---|---|
Next Message | David Schnur | 2011-11-23 16:03:28 | Repeatable crash in pg_dump (with -d2 info) |
Previous Message | Peter Geoghegan | 2011-11-23 12:19:33 | Re: BUG #6300: duplicate key value violates unique constraint |