Re: xlog file naming

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: xlog file naming
Дата
Msg-id 4E6E6529.7030800@enterprisedb.com
обсуждение исходный текст
Ответ на xlog file naming  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On 12.09.2011 21:36, Peter Eisentraut wrote:
> PS2: While we're discussing the cleanup of xlog.c, someone daring could
> replace XLogRecPtr by a plain uint64 and possibly save hundres of lines
> of code and eliminate a lot of the above confusion.

One problem with that is that it would break binary 
backwards-compatibility on little-endian systems.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] Fix Leaky View Problem
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: cheaper snapshots redux