FATAL 2: RelationPutHeapTuple: failed to add tuple

From: "Andrew Bartley" <abartley(at)evolvosystems(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: FATAL 2: RelationPutHeapTuple: failed to add tuple
Date: 2002-03-05 03:22:55
Message-ID: 00ce01c1c3f5$0a73ce50$3200a8c0@abartleypc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm having trouble creating temp tables.

Can anyone help me with this?

Short of Dumping, dropping, creating and restoring the DB, I'm not sure what to do from here.

We have been running this particular function for months. Today it just does't want to play the game.

2002-03-05 14:09:02 [1014] DEBUG: query: create temp table request_transnumbers ( transnumber int8 )
2002-03-05 14:09:02 [1014] FATAL 2: RelationPutHeapTuple: failed to add tuple
2002-03-05 14:09:02 [1014] DEBUG: proc_exit(2)
2002-03-05 14:09:02 [1014] DEBUG: shmem_exit(2)
/usr/lib/postgresql/bin/postmaster: ServerLoop: handling reading 5
/usr/lib/postgresql/bin/postmaster: ServerLoop: handling reading 5
/usr/lib/postgresql/bin/postmaster: ServerLoop: handling reading 5
/usr/lib/postgresql/bin/postmaster: ServerLoop: handling reading 5
/usr/lib/postgresql/bin/postmaster: ServerLoop: handling writing 5
/usr/lib/postgresql/bin/postmaster: BackendStartup: pid 1016 user postgres db evolvo socket 5
/usr/lib/postgresql/bin/postmaster child[1016]: starting with (postgres -d2 -v131072 -p evolvo )
FindExec: found "/usr/lib/postgresql/bin/postgres" using argv[0]
2002-03-05 14:09:02 [1016] DEBUG: connection: host=[local] user=postgres database=evolvo
2002-03-05 14:09:02 [1016] DEBUG: InitPostgres
2002-03-05 14:09:02 [1016] DEBUG: StartTransactionCommand

Thanks

Andrew Bartley

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-03-05 04:05:11 Re: Help with SET TRANSACTION in a function
Previous Message otisg 2002-03-05 03:05:37 Re: Help with SET TRANSACTION in a function