Re: BUG #4688: Bug in cache.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #4688: Bug in cache.
Дата
Msg-id 49AD12BA.3060402@enterprisedb.com
обсуждение исходный текст
Ответ на BUG #4688: Bug in cache.  ("Oleg" <serovOv@gmail.com>)
Ответы Re: BUG #4688: Bug in cache.
Список pgsql-bugs
Oleg wrote:
> CREATE CAST (tmp_table AS composite_ad_texts)
>     WITHOUT FUNCTION AS ASSIGNMENT;

"WITHOUT FUNCTION" can only be used when both types are binary
compatible. You might think that two composite types with the same
fields are, but they're not: we store the OID of the composite type in
the records.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Oleg"
Дата:
Сообщение: BUG #4688: Bug in cache.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4688: Bug in cache.