Re: [BUGS] BUG #14731: ERROR: missing chunk number 0 for toast value 9342315 in pg_toast_2619

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14731: ERROR: missing chunk number 0 for toast value 9342315 in pg_toast_2619
Дата
Msg-id 28829.1499096948@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14731: ERROR: missing chunk number 0 for toast value 9342315 inpg_toast_2619  (sbadyals@gmail.com)
Список pgsql-bugs
sbadyals@gmail.com writes:
>  am facing this issue when trying to FULL VACUUM my database.

> vacuum FULL VERBOSE ANALYZE ;
> INFO: vacuuming "pg_catalog.pg_statistic"
> ERROR: missing chunk number 0 for toast value 9342315 in pg_toast_2619

> Tried reindexing, vacuuming the following tables:
> pg_toast.pg_toast_2619
> pg_statistic

Fortunately, pg_statistic is all reconstructable data.  Just TRUNCATE it
and then do ANALYZE to rebuild it.

If you have a reproducible way to get into this state, we'd be quite
interested, of course.
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: "K S, Sandhya (Nokia - IN/Bangalore)"
Дата:
Сообщение: [BUGS] Re: [HACKERS] Postgres process invoking exit resulting in sh-QUITcore
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [BUGS] BUG #14729: Between operator is slow when same value usedfor low and high margin