Re: Patch: incorrect array offset in backend replication tar header

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch: incorrect array offset in backend replication tar header
Дата
Msg-id 6683.1348785927@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch: incorrect array offset in backend replication tar header  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Patch: incorrect array offset in backend replication tar header  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Ah, yeah, that should also work I guess. But you could also just leave
> the the data in the temporary tarfile the whole time. IIRC, you can
> just cat one tarfile to the end of another one, right?

Not if they're written according to spec, I think.  There is an EOF
marker consisting of 2 blocks of zeroes (which pg_dump is failing to
create correctly, but that's a bug not a feature).  Possibly you could
strip the EOF marker though, if the file join code is allowed to be
something smarter than "cat".
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patch: incorrect array offset in backend replication tar header
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Patch: incorrect array offset in backend replication tar header