Re: FATAL 2: RelationPutHeapTuple: failed to add tuple - Mailing list pgsql-general

From Tom Lane
Subject Re: FATAL 2: RelationPutHeapTuple: failed to add tuple
Date
Msg-id 13122.1015307379@sss.pgh.pa.us
Whole thread Raw
In response to FATAL 2: RelationPutHeapTuple: failed to add tuple  ("Andrew Bartley" <abartley@evolvosystems.com>)
List pgsql-general
"Andrew Bartley" <abartley@evolvosystems.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

pgsql-general by date:

Previous
From: Andrew Snow
Date:
Subject: Re: oids vs. serial question
Next
From: Stephan Szabo
Date:
Subject: Re: Help with SET TRANSACTION in a function