@ -1966,12 +1966,16 @@ SET ENABLE_SEQSCAN TO OFF;
</indexterm>
</indexterm>
<listitem>
<listitem>
<para>
<para>
Specifies the maximum number of concurrent connections from standby
Specifies the maximum number of concurrent connections from
servers or streaming base backup clients (i.e., the maximum number of
standby servers or streaming base backup clients (i.e., the
simultaneously running WAL sender
maximum number of simultaneously running WAL sender
processes). The default is zero. This parameter can only be set at
processes). The default is zero, meaning replication is
server start. <varname>wal_level</> must be set to <literal>archive</>
disabled. WAL sender processes count towards the total number
or <literal>hot_standby</> to allow connections from standby servers.
of connections, so the parameter cannot be set higher than
<xref linkend="guc-max-connections">. This parameter can only
be set at server start. <varname>wal_level</> must be set
to <literal>archive</> or <literal>hot_standby</> to allow
connections from standby servers.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>