Re: pg_dump and large files - is this a problem?
От
Peter Eisentraut
Тема
Re: pg_dump and large files - is this a problem?
Дата
Msg-id
Pine.LNX.4.44.0210181836540.928-100000@localhost.localdomain
Ответ на
Re: pg_dump and large files - is this a problem? (Philip Warner)
Список
Дерево обсуждения
Re: pg_dump and large files - is this a problem? Philip Warner <pjw@rhyme.com.au>
Re: pg_dump and large files - is this a problem? Bruce Momjian <pgman@candle.pha.pa.us>
Re: pg_dump and large files - is this a problem? Philip Warner <pjw@rhyme.com.au>
Philip Warner writes: > > I have made the changes to pg_dump and verified that (a) it reads old > files, (b) it handles 8 byte offsets, and (c) it dumps & seems to restore > (at least to /dev/null). > > I don't have a lot of options for testing it - should I just apply the > changes and wait for the problems, or can someone offer a bigendian machine > and/or a 4 byte off_t machine? Any old machine has a 4-byte off_t if you configure with --disable-largefile. This could be a neat way to test: Make two installations configured different ways and move data back and forth between them until it changes. ;-) -- Peter Eisentraut peter_e@gmx.net
В списке pgsql-hackers по дате отправления