Large file support available

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Large file support available
Дата
Msg-id Pine.LNX.4.44.0208201926100.999-100000@localhost.localdomain
обсуждение исходный текст
Ответы Re: Large file support available
Re: Large file support available
Re: Large file support available
Список pgsql-hackers
Large file support is now compiled by default if available.  (Use
--disable-largefile to turn it off.  That's what Autoconf gives us.)

But:

The zlib library uses unsigned ints and unsigned longs for file positions
and offsets.  Depending on how that is used in detail and depending on how
zlib itself is compiled, this may or may not work.

The tar file format (POSIX and traditional) has an inherent limitation on
the size of the member files of 2^33 bytes (pg_dump currently only handles
2^30).  The result in that case continues to be a broken archive.  The GNU
tar format has an extension that would handle 2^89 bytes.  This may be
something interesting to work on.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: CREATE CAST WITHOUT FUNCTION should require superuserness?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [BUGS] Long strings, short varchars