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.0210222218210.928-100000@localhost.localdomain
Ответ на
Re: pg_dump and large files - is this a problem? (Bruce Momjian)
Список
Дерево обсуждения
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>
Bruce Momjian writes: > I am concerned about one more thing. On BSD/OS, we have off_t of quad > (8 byte), but we don't have fseeko, so this call looks questionable: > > if (fseeko(AH->FH, tctx->dataPos, SEEK_SET) != 0) Maybe you want to ask your OS provider how the heck this is supposed to work. I mean, it's great to have wide types, but what's the point if the API can't handle them? -- Peter Eisentraut peter_e@gmx.net
В списке pgsql-hackers по дате отправления