@ -696,8 +696,9 @@ include_dir 'conf.d'
<para>
<para>
The default value is three connections. The value must be less
The default value is three connections. The value must be less
than the value of <varname>max_connections</varname>. This
than <varname>max_connections</varname> minus
parameter can only be set at server start.
<xref linkend="guc-max-wal-senders"/>.
This parameter can only be set at server start.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
@ -2982,13 +2983,16 @@ include_dir 'conf.d'
maximum number of simultaneously running WAL sender
maximum number of simultaneously running WAL sender
processes). The default is 10. The value 0 means replication is
processes). The default is 10. The value 0 means replication is
disabled. WAL sender processes count towards the total number
disabled. WAL sender processes count towards the total number
of connections, so the parameter cannot be set higher than
of connections, so this parameter's value must be less than
<xref linkend="guc-max-connections"/>. Abrupt streaming client
<xref linkend="guc-max-connections"/> minus
disconnection might cause an orphaned connection slot until
<xref linkend="guc-superuser-reserved-connections"/>.
Abrupt streaming client disconnection might leave an orphaned
connection slot behind until
a timeout is reached, so this parameter should be set slightly
a timeout is reached, so this parameter should be set slightly
higher than the maximum number of expected clients so disconnected
higher than the maximum number of expected clients so disconnected
clients can immediately reconnect. This parameter can only
clients can immediately reconnect. This parameter can only
be set at server start. <varname>wal_level</varname> must be set to
be set at server start.
Also, <varname>wal_level</varname> must be set to
<literal>replica</literal> or higher to allow connections from standby
<literal>replica</literal> or higher to allow connections from standby
servers.
servers.
</para>
</para>
@ -3007,10 +3011,11 @@ include_dir 'conf.d'
(see <xref linkend="streaming-replication-slots"/>) that the server
(see <xref linkend="streaming-replication-slots"/>) that the server
can support. The default is 10. This parameter can only be set at
can support. The default is 10. This parameter can only be set at
server start.
server start.
<varname>wal_level</varname> must be set
Setting it to a lower value than the number of currently
to <literal>replica</literal> or higher to allow replication slots to
be used. Setting it to a lower value than the number of currently
existing replication slots will prevent the server from starting.
existing replication slots will prevent the server from starting.
Also, <varname>wal_level</varname> must be set
to <literal>replica</literal> or higher to allow replication slots to
be used.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>