Re: FATAL 2: open of /var/lib/pgsql/data/pg_clog/0EE3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FATAL 2: open of /var/lib/pgsql/data/pg_clog/0EE3
Дата
Msg-id 5769.1058564202@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FATAL 2: open of /var/lib/pgsql/data/pg_clog/0EE3  (Dmitry Tkach <dmitry@openratings.com>)
Ответы Re: FATAL 2: open of /var/lib/pgsql/data/pg_clog/0EE3  (Dmitry Tkach <dmitry@openratings.com>)
Список pgsql-general
Dmitry Tkach <dmitry@openratings.com> writes:
> 3) I restart the server manually, and try again
> analyze mytable;
> ... it *works*

> 4) I let it run for a while, then try again:
> analyze mytable;
> ... it crashes.

Proves nothing, since ANALYZE only touches a random sample of the rows.

If you get that behavior with VACUUM, or a full-table SELECT (say,
"SELECT count(*) FROM foo"), then it'd be interesting.

What range of file names do you actually have in pg_clog/, anyway?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Urgent: 10K or more connections
Следующее
От: Luis Magaña
Дата:
Сообщение: ODBC query problem AGAIN