Re: Removing NONSEG mode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Removing NONSEG mode
Дата
Msg-id 19271.1209690747@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Removing NONSEG mode  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-patches
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> I attach patch which remove nonsegment mode support. It was discussed during
> last commit fest. Nonsegment mode is possible uses only on couple of FS (ZFS,
> XFS) and it is not safe on any OS because each OS support more filesystems.

Applied with revisions --- mostly, you missed updating the
documentation, but also I didn't like the "LL" constant you used in
RELSEG_SIZE.  It's unportable and there might be unexpected side effects
from having the macro represent an int64 constant instead of an integer.
So I had configure do the arithmetic and emit an integer.

            regards, tom lane

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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: temporal version of generate_series()
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Fix \dT enum in psql