protocol-logicalrep-message-formats-pg14-fix.patch
text/plain
Filename: protocol-logicalrep-message-formats-pg14-fix.patch
Type: text/plain
Part: 0
Patch
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/protocol.sgml | 25 | 0 |
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index bc2a2feb0b..53b3f1f651 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -6498,6 +6498,18 @@ Message
</para>
</listitem>
</varlistentry>
+
+<varlistentry>
+<term>
+ Int32
+</term>
+<listitem>
+<para>
+ Length of the content.
+</para>
+</listitem>
+</varlistentry>
+
<varlistentry>
<term>
Byte<replaceable>n</replaceable>
@@ -7430,6 +7442,19 @@ TupleData
</para>
</listitem>
</varlistentry>
+</variablelist>
+ Or
+<variablelist>
+<varlistentry>
+<term>
+ Byte1('b')
+</term>
+<listitem>
+<para>
+ Identifies the data as binary value.
+</para>
+</listitem>
+</varlistentry>
<varlistentry>
<term>
Int32