Re: BUG #3938: Row-wise comparison fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: cgriffo(at)practicepartner(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3938: Row-wise comparison fails
Date: 2008-02-07 16:03:24
Message-ID: 4425.1202400204@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> alvherre=# SELECT * from test where (str1, str2, id) > ('a', '1', 0);
> ERREUR: could not find member 4(25,25) of opfamily 426

> Note that if I change the order of columns, it works:

Weird. I suppose I broke this in the operator-family rewrite.
Will look.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vladimir Kokovic 2008-02-07 16:41:14 BUG #3940: 'unrecognized node type: 1718580065'
Previous Message Andrew Dunstan 2008-02-07 11:32:08 Re: [HACKERS] possible bug windows setup