From e1915646658def5dd87331ac77fb9d8d0abd763b Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Thu, 19 Aug 2021 09:05:54 +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 01e87617f40..ab6e1f2fe0c 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -7178,7 +7178,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