Re: pg_restore fails with a custom backup file

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pg_restore fails with a custom backup file
Дата
Msg-id 45D75A46.8050303@hagander.net
обсуждение исходный текст
Ответ на Re: pg_restore fails with a custom backup file  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_restore fails with a custom backup file
Список pgsql-hackers
Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> I'd also like a comment from at least one other "patch reviewer" that
>> the methods used are good.
> 
> It looks reasonable as far as it goes.  One thought is that pg_dump

Ok. I'll run some more tests and then get it in.


> really should have noticed that it was writing a broken archive.
> On machines where off_t is 32 bits, can't we detect the overflow
> situation?

IIRC, there was a warning from pg_dump. I don't recall exactly what, and
don't have the space to re-run the test on my laptop here, but I think
it was from:
write_msg(modulename, "WARNING: ftell mismatch with expected position --
ftell used\n");



//Magnus


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

Предыдущее
От: "Matthew Campbell"
Дата:
Сообщение: Re: GiST Comparing IndexTuples/Datums
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: RFC: Temporal Extensions for PostgreSQL