"Cache lookup failed for relation 16905" ??

Поиск
Список
Период
Сортировка
От Steve Howe
Тема "Cache lookup failed for relation 16905" ??
Дата
Msg-id 68176896884.20021102052912@carcass.dhs.org
обсуждение исходный текст
Ответы Re: "Cache lookup failed for relation 16905" ??  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello all,

I got a weird behavior testing PostgreSQL 7.3b3. The query below was
run in a FreeBSD 4.4 system, on a fresh install and just I just had
made an initb. No classes created at all.

howe=# select p.oid, n.nspname, pg_get_userbyid(p.proowner), proname
from pg_proc as p, pg_namespace as n where pg_table_is_visible(p.oid);
ERROR:  Cache lookup failed for relation 16905
ERROR:  Cache lookup failed for relation 16905  

What does that message mean ? there is not even such a relation in
pg_class.

Thanks.
-- 
Best regards,Steve Howe                          mailto:howe@carcass.dhs.org



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] What user to defaults execute as?
Следующее
От: Philip Warner
Дата:
Сообщение: Optimizer Question/Suggestion