Re: BUG #8515: Random 'relation "..." does not exist'

From: John R Pierce <pierce(at)hogranch(dot)com>
To: nbuduroi(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8515: Random 'relation "..." does not exist'
Date: 2013-10-12 22:17:34
Message-ID: 5259CA7E.5020508@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10/9/2013 10:35 AM, nbuduroi(at)gmail(dot)com wrote:
> Basically, at some point a query, update or insert will not work and
> complain about a table not existing, but that table was used without any
> issue previously. Closing the running connection to the database and
> reconnecting make that error disappear. Two concurrent connections (one from
> a console and another from the app) could be contradicting themselves, one
> giving the error and the other not.

that sounds like a hardware/platform problem to me more than anything.
maybe in memory cache is getting corrupted or something?

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message peter.reijnders 2013-10-13 09:30:10 BUG #8524: PQsendQueryParams with RETURNING clause on a INSERT
Previous Message Tomas Vondra 2013-10-12 22:13:15 Re: BUG #8515: Random 'relation "..." does not exist'