Re: FATAL 2: RelationPutHeapTuple: failed to add tuple

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrew Bartley" <abartley(at)evolvosystems(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: FATAL 2: RelationPutHeapTuple: failed to add tuple
Date: 2002-03-05 05:49:39
Message-ID: 13122.1015307379@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Andrew Bartley" <abartley(at)evolvosystems(dot)com> writes:
> We have been running this particular function for months. Today it just do=
> es't want to play the game.

> 2002-03-05 14:09:02 [1014] DEBUG: query: create temp table request_trans=
> numbers ( transnumber int8 )
> 2002-03-05 14:09:02 [1014] FATAL 2: RelationPutHeapTuple: failed to add =
> tuple

Yipes, that's not supposed to happen. What PG version is this? If it's
recent (7.1 or 7.2) I would be interested in poking into the problem
with a debugger.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-03-05 06:15:46 Re: Help with SET TRANSACTION in a function
Previous Message Andrew Snow 2002-03-05 05:48:30 Re: oids vs. serial question