is this a bug?

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: is this a bug?
Date: 2010-01-17 22:03:00
Message-ID: 1263765780.4235.166.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


create type y as (c char, n int);
select ('a', NULL)::y = ('a', NULL)::y; -- TRUE
select ('a', NULL) = ('a', NULL); -- NULL

I would expect those to evaluate to the same thing.

Regards,
Jeff Davis

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Blewett 2010-01-17 22:15:47 Re: plpython3
Previous Message Magnus Hagander 2010-01-17 21:53:47 Re: Git out of sync vs. CVS