Re: WAL format changes

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: WAL format changes
Дата
Msg-id 4FE73F3F.5040105@enterprisedb.com
обсуждение исходный текст
Ответ на Re: WAL format changes  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: WAL format changes  (Simon Riggs <simon@2ndQuadrant.com>)
Re: WAL format changes  (Fujii Masao <masao.fujii@gmail.com>)
Re: WAL format changes  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Ok, committed all the WAL format changes now.

On 19.06.2012 18:57, Robert Haas wrote:
>> Should we keep the old representation in the replication protocol messages?
>> That would make it simpler to write a client that works with different
>> server versions (like pg_receivexlog). Or, while we're at it, perhaps we
>> should mandate network-byte order for all the integer and XLogRecPtr fields
>> in the replication protocol. That would make it easier to write a client
>> that works across different architectures, in>= 9.3. The contents of the
>> WAL would of course be architecture-dependent, but it would be nice if
>> pg_receivexlog and similar tools could nevertheless be
>> architecture-independent.
>
> I share Andres' question about how we're doing this already.  I think
> if we're going to break this, I'd rather do it in 9.3 than 5 years
> from now.  At this point it's just a minor annoyance, but it'll
> probably get worse as people write more tools that understand WAL.

I didn't touch the replication protocol yet, but I think we should do it 
some time during 9.3.

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: random failing builds on spoonbill - backends not exiting...
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Preferred way to define 64-bit constants?