pgsql: docs: make max_wal_senders higher to handle disconnects - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: make max_wal_senders higher to handle disconnects
Date
Msg-id E1WaVAi-00037t-7k@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Attempt to get plpython regression tests working again for MSVC
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Attempt to get plpython regression tests working again for MSVC