Re: Large Database \d: ERROR: cache lookup failed for relation ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large Database \d: ERROR: cache lookup failed for relation ...
Дата
Msg-id 20669.1180039152@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Large Database \d: ERROR: cache lookup failed for relation ...  ("Thomas F. O'Connell" <tf@o.ptimized.com>)
Список pgsql-general
"Thomas F. O'Connell" <tf@o.ptimized.com> writes:
> I'm dealing with a database where there are ~150,000 rows in
> information_schema.tables. I just tried to do a \d, and it came back
> with this:

> ERROR:  cache lookup failed for relation [oid]

> Is this indicative of corruption, or is it possibly a resource issue?

It'd not be unexpected if other transactions were concurrently dropping
tables.  If it's persistent (with the same OID mentioned) then you need
to worry.

            regards, tom lane

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

Предыдущее
От: "Cyril VELTER"
Дата:
Сообщение: [Re] Re: [Re] Re: [Re] Re: Winsock error 10035 while trying to upgrade from 8.0 to 8.2
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: postgres - oid question