protocol-logicalrep-message-formats-pg14-fix_v2.patch
text/plain
Filename: protocol-logicalrep-message-formats-pg14-fix_v2.patch
Type: text/plain
Part: 0
Patch
Format: unified
Series: patch v2
| File | + | − |
|---|---|---|
| doc/src/sgml/protocol.sgml | 27 | 2 |
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index bc2a2feb0b..7d29308abc 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
@@ -7446,8 +7471,8 @@ TupleData
</term>
<listitem>
<para>
- The value of the column, in text format. (A future release
- might support additional formats.)
+ The value of the column, eiter in binary or in text format.
+ (As specified in the preceding format byte).
<replaceable>n</replaceable> is the above length.
</para>