[DOCS] output_mode should be output_type

Поиск
Список
Период
Сортировка
От t.katsumata1122@gmail.com
Тема [DOCS] output_mode should be output_type
Дата
Msg-id 20170215072115.6101.29870@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [DOCS] output_mode should be output_type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: jesse@jesseo.com
Дата:
Сообщение: [DOCS] Missing 'Reload with' for 'pg_dump -j'
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [DOCS] output_mode should be output_type