Skip to content

Commit 60c0782

Browse files
author
Amit Kapila
committed
Doc: Improve replication slot synchronization section.
Author: Peter Smith Reviewed-by: Michael Paquier, Laurenz Albe Discussion: https://postgr.es/m/CAHut+Ps01fV9bjhj6njCFiHu0W0gu1Jcu0tKo0RYMhHx-hZZ7g@mail.gmail.com
1 parent 08a52ab commit 60c0782

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
@@ -377,9 +377,9 @@ postgres=# select * from pg_logical_slot_get_changes('regression_slot', NULL, NU
377377
<varname>sync_replication_slots</varname></link>
378378
on the standby, the failover slots can be synchronized periodically in
379379
the slotsync worker. For the synchronization to work, it is mandatory to
380-
have a physical replication slot between the primary and the standby aka
380+
have a physical replication slot between the primary and the standby (i.e.,
381381
<link linkend="guc-primary-slot-name"><varname>primary_slot_name</varname></link>
382-
should be configured on the standby, and
382+
should be configured on the standby), and
383383
<link linkend="guc-hot-standby-feedback"><varname>hot_standby_feedback</varname></link>
384384
must be enabled on the standby. It is also necessary to specify a valid
385385
<literal>dbname</literal> in the

0 commit comments

Comments
 (0)