pgsql: docs: make max_wal_senders higher to handle disconnects

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: make max_wal_senders higher to handle disconnects
Date: 2014-04-16 19:07:00
Message-ID: E1WaVAi-00037t-7k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: make max_wal_senders higher to handle disconnects

Document abrupt streaming client disconnection might leave slots in use,
so max_wal_senders should be slightly higher than needed to allow for
immediate reconnection.

Per mention by Magnus

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9c5334650085d441324e0f4fd9f8db12657b25c7

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-16 19:17:56 Re: pgsql: Attempt to get plpython regression tests working again for MSVC
Previous Message Andrew Dunstan 2014-04-16 18:50:44 Re: pgsql: Attempt to get plpython regression tests working again for MSVC