]> granicus.if.org Git - postgresql/commit
Prevent non-streaming replication connections from being selected sync slave
authorMagnus Hagander <magnus@hagander.net>
Mon, 11 Jun 2012 13:07:55 +0000 (15:07 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 11 Jun 2012 13:17:38 +0000 (15:17 +0200)
commit3595a71e9ce90a2d4c812a9bb34dc24ffc492c2b
tree03ea44f4a86401fc35be03d44843206ae0bd2aa7
parent9af34cdec87d8e60f200ccd5b1b695880412c62b
Prevent non-streaming replication connections from being selected sync slave

This prevents a pg_basebackup backup session that just does a base
backup (no xlog involved at all) from becoming the synchronous slave
and thus blocking all access while it runs.

Also fixes the problem when a higher priority slave shows up it would
become the sync standby before it has reached the STREAMING state, by
making sure we can only switch to a walsender that's actually STREAMING.

Fujii Masao
src/backend/replication/syncrep.c