Re: BUG #4019: Comparison of user defined domain doesn't work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
Cc: Jan Strube <js(at)deriva(dot)de>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4019: Comparison of user defined domain doesn't work
Date: 2008-03-07 20:31:08
Message-ID: 25441.1204921868@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> writes:
> On Fri, 7 Mar 2008, Tom Lane wrote:
>> "Jan Strube" <js(at)deriva(dot)de> writes:
>>>> Description: Comparison of user defined domain doesn't work
>>
>> I can't reproduce this here --- the test case gives the expected output
>> on both 8.2 and 8.3. (I'm checking CVS tip not the 8.3.0 release, but
>> there surely haven't been any bug fixes that seem likely to affect
>> this.)

> Actually, I think it was fixed by your change in revision 1.103 which
> appears to be newer than 8.3.0.

Ohhh ... yeah, you're right, because the type it'd be using would be the
declared input type of the comparison operator, so bpchar not the domain.

So: closed, already fixed for 8.3.1.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2008-03-07 20:39:13 Re: [BUGS] BUG #3829: Wrong index reporting from pgAdmin III (v1.8.0 rev 6766-6767)
Previous Message Stephan Szabo 2008-03-07 19:51:15 Re: BUG #4019: Comparison of user defined domain doesn't work