Re: failed assertion in toasting code - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: failed assertion in toasting code
Date
Msg-id 87prurx2og.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: failed assertion in toasting code  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: failed assertion in toasting code  ("Sergey E. Koposov" <math@sai.msu.ru>)
List 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 by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Permanent settings
Next
From: "Sergey E. Koposov"
Date:
Subject: Re: failed assertion in toasting code