diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-08-14 13:42:03 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-08-14 13:42:03 -0400 |
commit | 79e5de690efce6e7aaa9c60e10389a8bc58c1617 (patch) | |
tree | 8406536437929853351f58e5c57547214969213e | |
parent | 5a5c2feca3fd858e70ea348822595547e6fa6c15 (diff) | |
download | postgresql-79e5de690efce6e7aaa9c60e10389a8bc58c1617.tar.gz postgresql-79e5de690efce6e7aaa9c60e10389a8bc58c1617.zip |
doc: Fix logical replication protocol doc detail
Author: Masahiko Sawada <sawada.mshk@gmail.com>
Reported-by: Kyle Conroy <kyle@kyleconroy.com>
Bug: #14775
-rw-r--r-- | doc/src/sgml/protocol.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 6731fa99014..de2919d75de 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -5991,6 +5991,16 @@ Commit </varlistentry> <varlistentry> <term> + Int8 +</term> +<listitem> +<para> + Flags; currently unused (must be 0). +</para> +</listitem> +</varlistentry> +<varlistentry> +<term> Int64 </term> <listitem> |