Re: pg_dump and large files - is this a problem?

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: pg_dump and large files - is this a problem?
Дата
Msg-id 5.1.0.14.0.20021022214306.02ff6f48@mail.rhyme.com.au
обсуждение исходный текст
Ответ на Re: pg_dump and large files - is this a problem?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_dump and large files - is this a problem?
Список pgsql-hackers
At 10:16 AM 21/10/2002 -0400, Tom Lane wrote:
>What are
>the odds that dumping the bytes in it, in either order, will produce
>something that's compatible with any other platform?

None, but it will be compatible with itself (the most we can hope for), and 
will work even if shifting is not supported for off_t (how likely is 
that?). I agree shift is definitely the way to go if it works on arbitrary 
data - ie. it does not rely on off_t being an integer. Can I shift a struct?


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                 |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/



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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Current CVS is broken
Следующее
От: Tom Lane
Дата:
Сообщение: Re: New SET/autocommit problem