[DOCS] output_mode should be output_type - Mailing list pgsql-docs

From t.katsumata1122@gmail.com
Subject [DOCS] output_mode should be output_type
Date
Msg-id 20170215072115.6101.29870@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] output_mode should be output_type  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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, "output_mode" parameter is used for changing
output mode. But test_decoding uses "output_type" like below.

--- test_decoding.c ---
 155                 opt->output_type = OUTPUT_PLUGIN_BINARY_OUTPUT;
-----------------------

Sorry for trivial comment, but please fix this!

pgsql-docs by date:

Previous
From: jesse@jesseo.com
Date:
Subject: [DOCS] Missing 'Reload with' for 'pg_dump -j'
Next
From: Tom Lane
Date:
Subject: Re: [DOCS] output_mode should be output_type