Re: BUG #16951: pg_restore segfaults on custom format piped from a different version of PG

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16951: pg_restore segfaults on custom format piped from a different version of PG
Дата
Msg-id 3331060.1617226031@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16951: pg_restore segfaults on custom format piped from a different version of PG  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #16951: pg_restore segfaults on custom format piped from a different version of PG  (Sergey KOPOSOV <Sergey.Koposov@ed.ac.uk>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> I have a reproducible case of segfaulting pg_restore when trying to restore
> from pg_dump of a different version. Specifically at least pg_restore from
> 10 crashes from pg_dump 12. 

When I try that I get

pg_restore: [archiver] unsupported version (1.14) in file header

and that test is done first thing in ReadHead(), before the place
you identify.  I suspect you are dealing with a corrupt archive
file, not a version mismatch.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16951: pg_restore segfaults on custom format piped from a different version of PG
Следующее
От: Sergey KOPOSOV
Дата:
Сообщение: Re: BUG #16951: pg_restore segfaults on custom format piped from a different version of PG