File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1483,6 +1483,14 @@ The commands accepted in walsender mode are:
14831483 message, and then starts to stream WAL to the frontend.
14841484 </para>
14851485
1486+ <para>
1487+ If a slot's name is provided
1488+ via <replaceable class="parameter">slot_name</>, it will be updated
1489+ as replication progresses so that the server knows which WAL segments,
1490+ and if <varname>hot_standby_feedback</> is on which transactions,
1491+ are still needed by the standby.
1492+ </para>
1493+
14861494 <para>
14871495 If the client requests a timeline that's not the latest, but is part of
14881496 the history of the server, the server will stream all the WAL on that
@@ -1514,14 +1522,6 @@ The commands accepted in walsender mode are:
15141522 client contains a message of one of the following formats:
15151523 </para>
15161524
1517- <para>
1518- If a slot's name is provided
1519- via <replaceable class="parameter">slot_name</>, it will be updated
1520- as replication progresses so that the server knows which WAL segments -
1521- and if <varname>hot_standby_feedback</> is on which transactions -
1522- are still needed by the standby.
1523- </para>
1524-
15251525 <para>
15261526 <variablelist>
15271527 <varlistentry>
You can’t perform that action at this time.
0 commit comments