From 0ac1aee0d7d8d5c3493e6e8b1d3925af35a31648 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Thu, 19 Aug 2021 09:03:11 +0530 Subject: [PATCH] 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 --- doc/src/sgml/protocol.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -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. -- 2.39.5