Re: Core team statement on replication in PostgreSQL

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Core team statement on replication in PostgreSQL
Дата
Msg-id 1212577133.8543.7.camel@PCD12478
обсуждение исходный текст
Ответ на Re: Core team statement on replication in PostgreSQL  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Ответы Re: Core team statement on replication in PostgreSQL
Список pgsql-hackers
On Wed, 2008-06-04 at 11:13 +0300, Heikki Linnakangas wrote:
> Hmm, WAL version compatibility is an interesting question. Most minor 
> releases hasn't changed the WAL format, and it would be nice to allow 
> running different minor versions in the master and slave in those cases. 
> But it's certainly not unheard of to change the WAL format. Perhaps we 
> should introduce a WAL version number, similar to catalog version?

Would that also cover possible differences in page size, 32bit OS vs.
64bit OS, different timestamp flavour, etc. issues ? AFAIR, all these
things can have an influence on how the data is written and possibly
make the WAL incompatible with other postgres instances, even if the
exact same version...

Cheers,
Csaba.




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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: Core team statement on replication in PostgreSQL
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Core team statement on replication in PostgreSQL