pgsql: Always treat a standby returning an an invalid flush location as

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Always treat a standby returning an an invalid flush location as
Date: 2012-07-04 13:26:01
Message-ID: E1SmPaj-0005OS-Um@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Always treat a standby returning an an invalid flush location as async

This ensures that a standby such as pg_receivexlog will not be selected
as sync standby - which would cause the master to block waiting for
a location that could never happen.

Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c4b468692804a232e324962d968e61c1837a13a

Modified Files
--------------
src/backend/replication/syncrep.c | 9 ++++++---
src/backend/replication/walreceiver.c | 5 +++++
src/backend/replication/walsender.c | 11 +++++++++--
3 files changed, 20 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-07-04 13:26:02 pgsql: Set the write location in the pg_receivexlog status messages
Previous Message Magnus Hagander 2012-07-04 07:25:07 pgsql: Remove reference to default wal_buffers being 8