Re: unexpected chunk number

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unexpected chunk number
Дата
Msg-id 27509.1060357416@sss.pgh.pa.us
обсуждение исходный текст
Ответ на unexpected chunk number  ("Eric Anderson Vianet SAO" <eric@vianet-express.com.br>)
Список pgsql-general
"Eric Anderson Vianet SAO" <eric@vianet-express.com.br> writes:
> pg_dump: dumping out the contents of table tbdmovimento
> pg_dump: ERROR: unexpected chunk number 8 (expected 0) for toast value 6935=
> 693

Hm.  Could we see the results of

select chunk_seq,length(chunk_data) from <tbdmovimento's toast table>
where chunk_id = 6935693;

If you are not trusting the index then it might be good to try this
with enable_indexscan turned off and see if you get the same answers.

            regards, tom lane

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

Предыдущее
От: "Eric Anderson Vianet SAO"
Дата:
Сообщение: unexpected chunk number
Следующее
От: "Eric Anderson Vianet SAO"
Дата:
Сообщение: Re: unexpected chunk number