Tom Lane wrote:
> Speaking of which, just where is the defense that makes sure that
> walsender and walreceiver are compatible? We should be checking not
> only version, but all of the configuration variables that are embedded
> in pg_control.
That happens at startup when pg_control is read, before streaming
starts. Remember that you need to start with a base backup.
We also check that the system_identifier in the standby matches that in
the primary, when the connection is established. That protects you from
starting streaming from wrong base backup.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
In response to
pgsql-hackers by date
| Next: | From: Matteo Beccati | Date: 2010-01-18 17:31:08 |
| Subject: Re: mailing list archiver chewing patches |
| Previous: | From: Greg Stark | Date: 2010-01-18 16:35:59 |
| Subject: Re: Faster CREATE DATABASE by delaying fsync (was 8.4.1 ubuntu karmic slow createdb) |