pg_restore loops forever past EOF for corrupt custom archive files

Поиск
Список
Период
Сортировка
От Chad Wagner
Тема pg_restore loops forever past EOF for corrupt custom archive files
Дата
Msg-id 81961ff50708041938h196b2cbeg9f7d8af81befc224@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_restore loops forever past EOF for corrupt custom archive files  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
This patch modifies the ReadStr function in pg_backup_archiver.c to validate the result of *AH->ReadBufPtr matches the value of l.  The resulting error is:

pg_restore: [archiver] expected 410 bytes, only got 275 bytes


Вложения

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Repair cosmetic damage (done by pg_indent?)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore loops forever past EOF for corrupt custom archive files