diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index f5e33181061..5e06c7523d8 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2059,8 +2059,9 @@ The commands accepted in replication mode are: the switch position is the end of the WAL that was streamed, but there are corner cases where the server can send some WAL from the old timeline that it has not itself replayed before promoting. Finally, the - server sends CommandComplete message, and is ready to accept a new - command. + server sends two CommandComplete messages (one that ends the CopyData + and the other ends the <literal>START_REPLICATION</literal> itself), and + is ready to accept a new command. </para> <para> @@ -2382,7 +2383,8 @@ The commands accepted in replication mode are: <para> The messages inside the CopyBothResponse messages are of the same format - documented for <literal>START_REPLICATION ... PHYSICAL</literal>. + documented for <literal>START_REPLICATION ... PHYSICAL</literal>, including + two CommandComplete messages. </para> <para> |