projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cf7f7
)
Fix typo in protocol.sgml.
author
Amit Kapila
<akapila@postgresql.org>
Thu, 19 Aug 2021 03:33:11 +0000
(09:03 +0530)
committer
Amit Kapila
<akapila@postgresql.org>
Thu, 19 Aug 2021 03:33:11 +0000
(09:03 +0530)
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/protocol.sgml
b/doc/src/sgml/protocol.sgml
index 91ec237c210b03a06ea4ec586190c0c03fcc975c..a232546b1d0afdf06f5d663e768f0150659fc7b5 100644
(file)
--- 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>