Re: [HACKERS] tables >2GB

Поиск
Список
Период
Сортировка
От Tom Ivar Helbekkmo
Тема Re: [HACKERS] tables >2GB
Дата
Msg-id 86lnu5iae6.fsf@barsoom.Hamartun.Priv.NO
обсуждение исходный текст
Ответ на Re: [HACKERS] tables >2GB  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] tables >2GB  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
* Bruce Momjian
|
| Well, BSD/OS goes over 2gig, but the postgreSQL code uses lseek, which
| returns long, so even though I can handle larger files, the lseek()
| can't because long is 32-bits.

Are you sure?  In NetBSD, lseek() is declared to return an off_t,
which again is defined to be a 64bit quantity.  I would assume that
BSD/OS did it the same way -- in fact, I'd be surprised if not.

-tih
--
Popularity is the hallmark of mediocrity.  --Niles Crane, "Frasier"

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] DEC Alpha and HAVE_INT_TIMEZONE
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] psql nested queries with 2000+ records