Re: failed assertion in toasting code

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru>
Cc: <pgsql-hackers(at)postgresql(dot)org>, "Oleg Bartunov" <oleg(at)sai(dot)msu(dot)su>
Subject: Re: failed assertion in toasting code
Date: 2008-02-20 11:55:27
Message-ID: 87prurx2og.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Gregory Stark" <stark(at)enterprisedb(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2008-02-20 12:00:22 Re: longest prefix match
Previous Message Magnus Hagander 2008-02-20 11:46:28 Re: Permanent settings