Intermittent occurrence of ERROR: could not open relation

From: "Nykolyn, Andy (AS)" <andrew(dot)nykolyn(at)ngc(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Intermittent occurrence of ERROR: could not open relation
Date: 2012-01-31 16:08:24
Message-ID: 3F116676B62050438121BFAB3F3CAA3112CAA626@XMBVAG75.northgrum.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have been running PostgreSQL 8.4 on Windows Server 2003 Service Pack 2 for almost 3 years. I have recently been intermittently getting the error "ERROR: could not open relation base/85599592/121526263: No such file or directory". It only appears to be happening during the execution of stored procedures where an insert into a temp table is performed. The error goes away after the user reconnects with a new session.

This database periodically gets copied to a PostgreSQL 8.4 server on a Linux RedHat 4.5 machine where the same error also has started intermittently occurring; again it only appears to happen during the execution of stored procedures where an insert into a temp table is performed.

Does anybody have an idea what might be happening? Are there any config settings for temp tables that might help prevent this error? Any help would be much appreciated. Thank you.

Andy Nykolyn
Northrop Grumman

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthias 2012-01-31 17:04:56 Gist cost estimates
Previous Message Andrew Dunstan 2012-01-31 15:54:28 Re: [GENERAL] pg_dump -s dumps data?!