pgsql: docs: adjustments for streaming standbys that disconnect frequen

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: adjustments for streaming standbys that disconnect frequen
Date: 2014-04-17 14:53:15
Message-ID: E1Wangh-0004f8-GY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: adjustments for streaming standbys that disconnect frequently

Document problems when disconnection causes loss of hot_standby_feedback
and suggest adjusting max_standby_archive_delay and
max_standby_streaming_delay.

Initial patch by Marko Tiikkaja, adjustments by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/52e757420fa98a76015c2c88432db94269f3e8f4

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-17 15:42:29 pgsql: pg_upgrade: throw an error for non-existent tablespace director
Previous Message Heikki Linnakangas 2014-04-17 14:48:28 pgsql: Set the all-visible flag on heap page before writing WAL record,