Re: Error while vacuuming

Поиск
Список
Период
Сортировка
От Akash Garg
Тема Re: Error while vacuuming
Дата
Msg-id 89058be205071810352d54cf4a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Error while vacuuming  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Error while vacuuming  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Error while vacuuming  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-general
Sounds good -- I will try that.  Will this REINDEX lock any queries
that are currently running on the database?  And is there anway to
find out what table this toast table is related to?

Thanks,
Akash

On 7/18/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Akash Garg <akash.garg@gmail.com> writes:
> > I get this error when I run a VACUUM:
> > INFO:  vacuuming "pg_toast.pg_toast_100194"
> > vacuumdb: vacuuming of database "friend" failed: ERROR:  could not
> > open segment 1 of relation "pg_toast_100194_index" (target block
> > 1226167840): No such file or directory
>
> > I'm assuming I can just delete and recreate the index in question,
> > although I'm not sure which index or table it's talking about.  Any
> > ideas?
>
> This probably means a corrupt next-page link in some page of the index.
> I'd suggest
>        REINDEX TABLE pg_toast.pg_toast_100194;
>
> You might want to do the usual song and dance about memory and disk
> hardware checks, too.
>
>                        regards, tom lane
>

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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: free space map settings
Следующее
От: Shane
Дата:
Сообщение: point(lseg,lseg) does not exist