diff options
-rw-r--r-- | doc/src/sgml/protocol.sgml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index e519ff96b90..301045ac911 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1482,6 +1482,14 @@ The commands accepted in walsender mode are: </para> <para> + If a slot's name is provided + via <replaceable class="parameter">slot_name</>, it will be updated + as replication progresses so that the server knows which WAL segments, + and if <varname>hot_standby_feedback</> is on which transactions, + are still needed by the standby. + </para> + + <para> If the client requests a timeline that's not the latest, but is part of the history of the server, the server will stream all the WAL on that timeline starting from the requested startpoint, up to the point where @@ -1513,14 +1521,6 @@ The commands accepted in walsender mode are: </para> <para> - If a slot's name is provided - via <replaceable class="parameter">slot_name</>, it will be updated - as replication progresses so that the server knows which WAL segments - - and if <varname>hot_standby_feedback</> is on which transactions - - are still needed by the standby. - </para> - - <para> <variablelist> <varlistentry> <term> |