Re: Could not open file "pg_clog/...."

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Could not open file "pg_clog/...."
Дата
Msg-id 20090512190314.GL4050@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Could not open file "pg_clog/...."  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Alvaro Herrera wrote:
> Markus Wollny wrote:

> > magazine=# vacuum analyze pcaction.article;
> > PANIC:  corrupted item pointer: 5
> > server closed the connection unexpectedly
> >         This probably means the server terminated abnormally
> >         before or while processing the request.
> > The connection to the server was lost. Attempting reset: Failed.
>
> This error comes from this piece of PageRepairFragmentation:

>                 if (itemidptr->itemoff < (int) pd_upper ||
>                     itemidptr->itemoff >= (int) pd_special)
>                     ereport(ERROR,
>                             (errcode(ERRCODE_DATA_CORRUPTED),
>                              errmsg("corrupted item pointer: %u",
>                                     itemidptr->itemoff)));

I forgot to mention that this ERROR is promoted to PANIC by the
critical section defined in lazy_vacuum_page().

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: "WP Perquin"
Дата:
Сообщение: Re: regexp_matches problem
Следующее
От: Vasiliy Vasin
Дата:
Сообщение: pg_dump/pg_restore schema and data separately and foreign key constraints