Re: Core team statement on replication in PostgreSQL - Mailing list pgsql-hackers

From Csaba Nagy
Subject Re: Core team statement on replication in PostgreSQL
Date
Msg-id 1212577133.8543.7.camel@PCD12478
Whole thread Raw
In response to Re: Core team statement on replication in PostgreSQL  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Responses Re: Core team statement on replication in PostgreSQL  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List 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 by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: Core team statement on replication in PostgreSQL
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: Core team statement on replication in PostgreSQL