is this a bug? - Mailing list pgsql-hackers

From Jeff Davis
Subject is this a bug?
Date
Msg-id 1263765780.4235.166.camel@jdavis
Whole thread Raw
Responses Re: is this a bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Git out of sync vs. CVS
Next
From: David Blewett
Date:
Subject: Re: plpython3