Re: failed assertion in toasting code

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: failed assertion in toasting code
Дата
Msg-id 87prurx2og.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: failed assertion in toasting code  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: failed assertion in toasting code  ("Sergey E. Koposov" <math@sai.msu.ru>)
Список pgsql-hackers
"Gregory Stark" <stark@enterprisedb.com> writes:


>> CREATE TYPE image (
>>         INPUT = image_in,
>>         OUTPUT = image_out,
>>         INTERNALLENGTH = -1,
>>         STORAGE = external
>> );
>
>  ALTER column SET STORAGE EXTERNAL

Hum. I just noticed that you had set STORAGE = external in your type
declaration. That makes it pretty odd that it would be going through this code
path at all.

Could you send

select *  from pg_attribute where attrelid = 'sdssdr5.frame'::regclass   and attname = 'img';

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's On-Demand Production
Tuning


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Permanent settings
Следующее
От: "Sergey E. Koposov"
Дата:
Сообщение: Re: failed assertion in toasting code