File tree 1 file changed +8
-8
lines changed
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:
1483
1483
message, and then starts to stream WAL to the frontend.
1484
1484
</para>
1485
1485
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
+
1486
1494
<para>
1487
1495
If the client requests a timeline that's not the latest, but is part of
1488
1496
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:
1514
1522
client contains a message of one of the following formats:
1515
1523
</para>
1516
1524
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
-
1525
1525
<para>
1526
1526
<variablelist>
1527
1527
<varlistentry>
You can’t perform that action at this time.
0 commit comments