Re: Database corruption.

Поиск
Список
Период
Сортировка
От Michael Guerin
Тема Re: Database corruption.
Дата
Msg-id 45CA4AF1.5010609@rentec.com
обсуждение исходный текст
Ответ на Database corruption.  (Michael Guerin <guerin@rentec.com>)
Ответы Re: Database corruption.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Also, all files in pg_clog are sequential with the last file being 0135.


Michael Guerin wrote:
> Hi,
>
>   Our database filled up and now I'm getting this error on one of the
> tables.  Is there any way to recover from this?  Please let me know if
> more information is needed.
>
> pg_version                                   version
> --------------------------------------------------------------------------------
>
> PostgreSQL 8.1RC1 on x86_64-unknown-linux-gnu, compiled by GCC gcc
> (GCC) 4.0.1
> (1 row)
>
> I've restarted the database and drop the index on the table,
> recreating gives me the same error:
>
> db1=# create index idx_timeseries on tbltimeseries(timeseriesid)
> tablespace tblspc_index;
> ERROR:  could not access status of transaction 3376354368
> DETAIL:  could not open file "pg_clog/0324": No such file or directory
> db1=#
>
> -Michael
>
>


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

Предыдущее
От: Michael Guerin
Дата:
Сообщение: Database corruption.
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: partitioning / rules - strange behavior