strange error - Mailing list pgsql-hackers

From hubert depesz lubaczewski
Subject strange error
Date
Msg-id 20010228145445.A15473@depeszws.depesz.pl
Whole thread Raw
Responses Re: strange error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
hi,
i have relation with 3 int's and 1 text :
\d newstexts
                           Table "newstexts"
 Attribute |  Type   |                    Modifier
-----------+---------+-------------------------------------------------
 id        | integer | not null default nextval('newstexts_seq'::text)
 news_id   | integer | not null default ''
 class_id  | integer | not null default ''
 text      | text    | not null default ''

i also have a rather complicated trigger which does some trick *AFTER*
inserting data to this table.
when i try to insert something i got:
ERROR:  newses_seq.nextval: bad magic (00000000)

i know it's my fault. but what should i look for to trace the problem, and kill
the bug?
i would really appreciate quick answers or suggestions (i'm running out of time
...)

depesz

--
hubert depesz lubaczewski                          http://www.depesz.pl/
------------------------------------------------------------------------
     najwspanialszą rzeczą jaką dało nam nowoczesne społeczeństwo,
      jest niesamowita wręcz łatwość unikania kontaktów z nim ...

pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Idea for reducing planning time
Next
From: "Rainer Mager"
Date:
Subject: RE: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore