output_mode should be output_type

Tomonari Katsumata <t.katsumata1122@gmail.com>

From: t.katsumata1122@gmail.com
To: pgsql-docs@postgresql.org
Date: 2017-02-15T07:21:15Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/logicaldecoding-output-plugin.html
Description:

Hello.

I found documentation bug.
[47.6.3. Output Modes]
https://www.postgresql.org/docs/9.6/static/logicaldecoding-output-plugin.html#LOGICALDECODING-OUTPUT-MODE

According to this document, &quot;output_mode&quot; parameter is used for changing
output mode. But test_decoding uses &quot;output_type&quot; like below.

--- test_decoding.c ---
 155                 opt-&gt;output_type = OUTPUT_PLUGIN_BINARY_OUTPUT;
-----------------------

Sorry for trivial comment, but please fix this!

Commits

  1. Doc: fix typo in logicaldecoding.sgml.