diff options
author | Amit Kapila | 2021-08-19 03:33:11 +0000 |
---|---|---|
committer | Amit Kapila | 2021-08-19 03:33:11 +0000 |
commit | 0ac1aee0d7d8d5c3493e6e8b1d3925af35a31648 (patch) | |
tree | 0b6f0f4bc269ea5c7fdcfacb04cf83016c71f24c | |
parent | 32cf7f7acce3891cbc3de53327704372bdd36d38 (diff) |
Fix typo in protocol.sgml.
The 'Stream Stop' message is misspelled as 'Stream End' in the docs.
Author: Masahiko Sawada
Backpatch-through: 14, where it was introduced
Discussion: https://postgr.es/m/CAD21AoDeScrsHhLyEPYqN3sydg6PxAPVBboK=30xJfUVihNZDA@mail.gmail.com
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 91ec237c210..a232546b1d0 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -7212,7 +7212,7 @@ Truncate <para> -The following messages (Stream Start, Stream End, Stream Commit, and +The following messages (Stream Start, Stream Stop, Stream Commit, and Stream Abort) are available since protocol version 2. </para> |