Re: Really odd corruption problem: cannot open pg_aggregate: No such file or directory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Really odd corruption problem: cannot open pg_aggregate: No such file or directory
Дата
Msg-id 11598.1059068684@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Really odd corruption problem: cannot open pg_aggregate: No such file or directory  (Adam Haberlach <adam@newsnipple.com>)
Список pgsql-hackers
Adam Haberlach <adam@newsnipple.com> writes:
> Whenever a query requiring an aggregate is attempted, it spits out:
> cannot open pg_aggregate: No such file or directory
> and fails.

Weird.  It would be useful to find out exactly what pathname it's trying
to open.  strace'ing the backend might be the easiest way.

> Does anyone know if there could be an issue between the i686 and
> athlon optimizations?

Seems unlikely that it would manifest this way, if so.  The error is
coming from a low-level routine that would also be used for opening
any other table ...
        regards, tom lane


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Really odd corruption problem: cannot open pg_aggregate:
Следующее
От: The Hermit Hacker
Дата:
Сообщение: v7.3.4 bundled ...