Skip to content

Commit 2afe954

Browse files
committed
Fix minor typo in logical-decoding docs.
David Rowley
1 parent e3e84fd commit 2afe954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/logicaldecoding.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
151151
distribution. This requires that client authentication is set up to allow
152152
replication connections
153153
(see <xref linkend="streaming-replication-authentication">) and
154-
that <varname>max_wal_senders</varname> is set sufficiently high to an
155-
additional connection.
154+
that <varname>max_wal_senders</varname> is set sufficiently high to allow
155+
an additional connection.
156156
</para>
157157
<programlisting>
158158
$ pg_recvlogical -d postgres --slot test --create-slot

0 commit comments

Comments
 (0)