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

From Sergey E. Koposov
Subject Re: failed assertion in toasting code
Date
Msg-id Pine.LNX.4.64.0802201517250.28404@lnfm1.sai.msu.ru
Whole thread Raw
In response to Re: failed assertion in toasting code  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
On Wed, 20 Feb 2008, Gregory Stark wrote:
> Could you send
>
> select *
>  from pg_attribute
> where attrelid = 'sdssdr5.frame'::regclass
>   and attname = 'img';
>

cas=# select *  from pg_attribute where attrelid = 'sdssdr5.frame'::regclass   and attname = 'img'; attrelid | attname
|atttypid | attstattarget | attlen | attnum | attndims | attcacheoff | atttypmod | attbyval | attstorage | attalign |
attnotnull| atthasdef | attisdropped | attislocal | attinhcount
 

----------+---------+----------+---------------+--------+--------+----------+-------------+-----------+----------+------------+----------+------------+-----------+--------------+------------+-------------
  16856 | img     |    16418 |            -1 |     -1 |     29 |        0 |          -1 |        -1 | f        | e
   | i        | t          | f         | f            | t          |           0
 
(1 row)

Regards,    Sergey

*******************************************************************
Sergey E. Koposov
Max Planck Institute for Astronomy/Cambridge Institute for Astronomy/Sternberg Astronomical Institute
Tel: +49-6221-528-349
Web: http://lnfm1.sai.msu.ru/~math
E-mail: math@sai.msu.ru


pgsql-hackers by date:

Previous
From: "Sergey E. Koposov"
Date:
Subject: Re: failed assertion in toasting code
Next
From: Gregory Stark
Date:
Subject: generating non-unicode 8-bit text data in SQL_ASCII encoding