Re: [HACKERS] Re: ERROR: index_rescan: invalid amrescan regproc ???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Re: ERROR: index_rescan: invalid amrescan regproc ???
Дата
Msg-id 24164.924976014@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ERROR: index_rescan: invalid amrescan regproc ???  (Peter T Mount <peter@retep.org.uk>)
Список pgsql-hackers
Peter T Mount <peter@retep.org.uk> writes:
> On Fri, 23 Apr 1999, Brian P Millett wrote:
>> At this point I get a SQLException: "Fastpath: index_rescan: invalid
>> amrescan regproc"

> This looks like something in the backend has died while a fastpath
> function was being used. I'll see if I can recreate it here.

Just to save you repeating the look-around I just did: that's
coming out of backend/access/index/indexam.c, and it's apparently
complaining that a pg_am table row has a null amrescan field.
That shouldn't be true of any of the pg_am rows in a correct
installation.

Brian, what does 'select * from pg_am' show?  Did you do an initdb
while installing the 6.5 snapshot you're using?
        regards, tom lane


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] Low Performance
Следующее
От: JP Rosevear
Дата:
Сообщение: [Fwd: [HACKERS] typeidTypeRelid Error]