Re: Cache lookup failure for pg_restore?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cache lookup failure for pg_restore?
Дата
Msg-id 8373.1083780592@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cache lookup failure for pg_restore?  (surdules@yahoo.com (Razvan Surdulescu))
Ответы Re: Cache lookup failure for pg_restore?  (Razvan Surdulescu <surdules@yahoo.com>)
Список pgsql-general
surdules@yahoo.com (Razvan Surdulescu) writes:
> cspan=> update contact set gender = 'M';
> ERROR:  cache lookup failed for function 70529

> If I re-run the update, I get:

> cspan=> update contact set gender = 'M';
> server closed the connection unexpectedly

Hm, could we see the full schema for the "contact" table?

> The database has a few GIST (full-search, tsearch2) indices, but
> otherwise is pretty ordinary.

Any of those on "contact"?

What would be useful to look at is a debugger stack trace from the core
dump...

Also it might be worth your time to update to 7.4.2, just to see if this
is an already-fixed bug.

            regards, tom lane

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Embedded SQL inherently faster than others?
Следующее
От: "Uwe C. Schroeder"
Дата:
Сообщение: Re: Verhindern, dass im Mehrbenutzerbetrieb mit veralteten Daten gearbteitet wird