is this a bug?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема is this a bug?
Дата
Msg-id 1263765780.4235.166.camel@jdavis
обсуждение исходный текст
Ответы Re: is this a bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Git out of sync vs. CVS
Следующее
От: David Blewett
Дата:
Сообщение: Re: plpython3