Re: cache lookup failed for relation

Поиск
Список
Период
Сортировка
От Michael Guerin
Тема Re: cache lookup failed for relation
Дата
Msg-id 41595B49.5090200@rentec.com
обсуждение исходный текст
Ответ на Re: cache lookup failed for relation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
The error jdbc is catching is:

Caused by: org.postgresql.util.PSQLException: ERROR: cache lookup failed for relation 357272221

when executing:

select * into temp table t from fnGetCompositeIds2(4130059995);

The unfortunate thing is that its not reproducible in psql, and only
shows up when a number of clients are going against the database.  I'll
dig further for more information.

thanks
michael


Tom Lane wrote:

>Michael Guerin <guerin@rentec.com> writes:
>
>
>>Last night our server crashed and  now we're getting these cache lookup
>>errors.
>>
>>
>
>"These" being what exactly?  Let's see verbose error output (psql
>\set VERBOSITY verbose), or even better a stack traceback from
>errfinish.
>
>            regards, tom lane
>
>


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Reinhard Hnat"
Дата:
Сообщение: Cannot start PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Cannot start PostgreSQL